#DEC4CA

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

Shades of Melanie #DEC4CA

Tints of Melanie #DEC4CA

Color information

#DEC4CA (or 0xDEC4CA) is unknown color: approx Melanie. HEX triplet: DE, C4 and CA. RGB value is (222,196,202). Sum of RGB (Red+Green+Blue) = 222+196+202=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4CA is #213B35. Grayscale: #CCCCCC. Windows color (decimal): -2177846 or 13288670. OLE color: 13288670.

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

Color convert

RGB222196202-
CMYK00.120.090.13
HSL346.15º28.26%81.96%-
HSV(B)346.15º11.71%87.06%-
XYZ60.5259.2764.13-
YUV204.46126.61140.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 196 (76.95% from 255) = 31.61%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=35.81%
G=31.61%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219620200.120.090.13346.1528.2681.96
HexDEC4CA0C9D15a1c52
Octal336304312014111553234122
Binary1101111011000100110010100110010011101101011010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4CA; }

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

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

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

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

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

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

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

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