#DEAFBD

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

Shades of Melanie #DEAFBD

Tints of Melanie #DEAFBD

Color information

#DEAFBD (or 0xDEAFBD) is unknown color: approx Melanie. HEX triplet: DE, AF and BD. RGB value is (222,175,189). Sum of RGB (Red+Green+Blue) = 222+175+189=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFBD is #215042. Grayscale: #BEBEBE. Windows color (decimal): -2183235 or 12431326. OLE color: 12431326.

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

Color convert

RGB222175189-
CMYK00.210.150.13
HSL342.13º41.59%77.84%-
HSV(B)342.13º21.17%87.06%-
XYZ54.6449.8654.89-
YUV190.65127.07150.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=37.88%
G=29.86%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217518900.210.150.13342.1341.5977.84
HexDEAFBD015FD1562a4e
Octal336257275025171552652116
Binary110111101010111110111101010101111111011010101101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFBD; }

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

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

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

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

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

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

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

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