#DEAFBF

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

Shades of Melanie #DEAFBF

Tints of Melanie #DEAFBF

Color information

#DEAFBF (or 0xDEAFBF) is unknown color: approx Melanie. HEX triplet: DE, AF and BF. RGB value is (222,175,191). Sum of RGB (Red+Green+Blue) = 222+175+191=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFBF is #215040. Grayscale: #BEBEBE. Windows color (decimal): -2183233 or 12562398. OLE color: 12562398.

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

Color convert

RGB222175191-
CMYK00.210.140.13
HSL339.57º41.59%77.84%-
HSV(B)339.57º21.17%87.06%-
XYZ54.8649.9556.04-
YUV190.88128.07150.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 191 (75% from 255) = 32.48%
R=37.76%
G=29.76%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217519100.210.140.13339.5741.5977.84
HexDEAFBF015ED1542a4e
Octal336257277025161552452116
Binary110111101010111110111111010101111011011010101001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFBF; }

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

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

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

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

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

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

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

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