#DEAEBF

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

Shades of Melanie #DEAEBF

Tints of Melanie #DEAEBF

Color information

#DEAEBF (or 0xDEAEBF) is unknown color: approx Melanie. HEX triplet: DE, AE and BF. RGB value is (222,174,191). Sum of RGB (Red+Green+Blue) = 222+174+191=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEBF is #215140. Grayscale: #BEBEBE. Windows color (decimal): -2183489 or 12562142. OLE color: 12562142.

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

Color convert

RGB222174191-
CMYK00.220.140.13
HSL338.75º42.11%77.65%-
HSV(B)338.75º21.62%87.06%-
XYZ54.6649.5655.98-
YUV190.29128.4150.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 191 (75% from 255) = 32.54%
R=37.82%
G=29.64%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217419100.220.140.13338.7542.1177.65
HexDEAEBF016ED1532a4e
Octal336256277026161552352116
Binary110111101010111010111111010110111011011010100111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEBF; }

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

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

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

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

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

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

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

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