#DFAABA

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

Shades of Melanie #DFAABA

Tints of Melanie #DFAABA

Color information

#DFAABA (or 0xDFAABA) is unknown color: approx Melanie. HEX triplet: DF, AA and BA. RGB value is (223,170,186). Sum of RGB (Red+Green+Blue) = 223+170+186=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAABA is #205545. Grayscale: #BBBBBB. Windows color (decimal): -2118982 or 12233439. OLE color: 12233439.

HSL color Cylindrical-coordinate representation of color #DFAABA: hue angle of 341.89º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFAABA is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB223170186-
CMYK00.240.170.13
HSL341.89º45.3%77.06%-
HSV(B)341.89º23.77%87.45%-
XYZ53.6747.9852.89-
YUV187.67127.06153.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=38.51%
G=29.36%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317018600.240.170.13341.8945.377.06
HexDFAABA01811D1562d4d
Octal337252272030211552655115
Binary1101111110101010101110100110001000111011010101101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAABA; }

 p { color: rgb(223,170,186); }

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

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

 a { background-color: rgb(223,170,186); }

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

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

 span { border-color: rgb(223,170,186); }

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