#DEC9CA

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

Shades of Melanie #DEC9CA

Tints of Melanie #DEC9CA

Color information

#DEC9CA (or 0xDEC9CA) is unknown color: approx Melanie. HEX triplet: DE, C9 and CA. RGB value is (222,201,202). Sum of RGB (Red+Green+Blue) = 222+201+202=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9CA is #213635. Grayscale: #CFCFCF. Windows color (decimal): -2176566 or 13289950. OLE color: 13289950.

HSL color Cylindrical-coordinate representation of color #DEC9CA: hue angle of 357.14º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEC9CA is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222201202-
CMYK00.090.090.13
HSL357.14º24.14%82.94%-
HSV(B)357.14º9.46%87.06%-
XYZ61.6761.5764.51-
YUV207.39124.96138.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 201 (78.91% from 255) = 32.16%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=35.52%
G=32.16%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220120200.090.090.13357.1424.1482.94
HexDEC9CA099D1651853
Octal336311312011111554530123
Binary1101111011001001110010100100110011101101100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC9CA; }

 p { color: rgb(222,201,202); }

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

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

 a { background-color: rgb(222,201,202); }

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

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

 span { border-color: rgb(222,201,202); }

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