#DDAFBA

Color #DDAFBA Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #DDAFBA

Tints of Melanie #DDAFBA

Color information

#DDAFBA (or 0xDDAFBA) is unknown color: approx Melanie. HEX triplet: DD, AF and BA. RGB value is (221,175,186). Sum of RGB (Red+Green+Blue) = 221+175+186=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFBA is #225045. Grayscale: #BEBEBE. Windows color (decimal): -2248774 or 12234717. OLE color: 12234717.

HSL color Cylindrical-coordinate representation of color #DDAFBA: hue angle of 345.65º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAFBA is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221175186-
CMYK00.210.160.13
HSL345.65º40.35%77.65%-
HSV(B)345.65º20.81%86.67%-
XYZ54.0149.5853.18-
YUV190.01125.74150.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 186 (73.05% from 255) = 31.96%
R=37.97%
G=30.07%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117518600.210.160.13345.6540.3577.65
HexDDAFBA01510D15a284e
Octal335257272025201553250116
Binary1101110110101111101110100101011000011011010110101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFBA; }

 p { color: rgb(221,175,186); }

 H1.HeaderClassName
 {
   color: #DDAFBA;
 }
 .AnyTagClassName
 {
   color: #DDAFBA;
 }
</style>
background-color css

<style>
 a { background-color: #DDAFBA; }

 a { background-color: rgb(221,175,186); }

 div.DivClassName
 {
   background-color: #DDAFBA;
 }
 .BgClassName
 {
   background-color: #DDAFBA;
 }
</style>
border-color css

<style>
 span { border-color: #DDAFBA; }

 span { border-color: rgb(221,175,186); }

 td.TdClassName
 {
   border-color: #DDAFBA;
 }
 .TagClassName
 {
   border-color: #DDAFBA;
 }
</style>