#DFAABD

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

Shades of Melanie #DFAABD

Tints of Melanie #DFAABD

Color information

#DFAABD (or 0xDFAABD) is unknown color: approx Melanie. HEX triplet: DF, AA and BD. RGB value is (223,170,189). Sum of RGB (Red+Green+Blue) = 223+170+189=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAABD is #205542. Grayscale: #BBBBBB. Windows color (decimal): -2118979 or 12430047. OLE color: 12430047.

HSL color Cylindrical-coordinate representation of color #DFAABD: hue angle of 338.49º 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 #DFAABD is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB223170189-
CMYK00.240.150.13
HSL338.49º45.3%77.06%-
HSV(B)338.49º23.77%87.45%-
XYZ53.9948.1154.58-
YUV188.01128.56152.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=38.32%
G=29.21%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317018900.240.150.13338.4945.377.06
HexDFAABD018FD1522d4d
Octal337252275030171552255115
Binary110111111010101010111101011000111111011010100101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAABD; }

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

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

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

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

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

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

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

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