#DEAEC2

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

Shades of Melanie #DEAEC2

Tints of Melanie #DEAEC2

Color information

#DEAEC2 (or 0xDEAEC2) is unknown color: approx Melanie. HEX triplet: DE, AE and C2. RGB value is (222,174,194). Sum of RGB (Red+Green+Blue) = 222+174+194=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEC2 is #21513D. Grayscale: #BEBEBE. Windows color (decimal): -2183486 or 12758750. OLE color: 12758750.

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

Color convert

RGB222174194-
CMYK00.220.130.13
HSL335º42.11%77.65%-
HSV(B)335º21.62%87.06%-
XYZ5549.757.73-
YUV190.63129.9150.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 194 (76.17% from 255) = 32.88%
R=37.63%
G=29.49%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217419400.220.130.1333542.1177.65
HexDEAEC2016DD14f2a4e
Octal336256302026151551752116
Binary110111101010111011000010010110110111011010011111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEC2; }

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

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

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

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

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

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

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

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