#DFAFBD

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

Shades of Melanie #DFAFBD

Tints of Melanie #DFAFBD

Color information

#DFAFBD (or 0xDFAFBD) is unknown color: approx Melanie. HEX triplet: DF, AF and BD. RGB value is (223,175,189). Sum of RGB (Red+Green+Blue) = 223+175+189=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFBD is #205042. Grayscale: #BEBEBE. Windows color (decimal): -2117699 or 12431327. OLE color: 12431327.

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

Color convert

RGB223175189-
CMYK00.220.150.13
HSL342.5º42.86%78.04%-
HSV(B)342.5º21.52%87.45%-
XYZ54.9550.0254.9-
YUV190.95126.9150.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=37.99%
G=29.81%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317518900.220.150.13342.542.8678.04
HexDFAFBD016FD1562b4e
Octal337257275026171552653116
Binary110111111010111110111101010110111111011010101101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFBD; }

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

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

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

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

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

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

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

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