#DEC0CA

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

Shades of Melanie #DEC0CA

Tints of Melanie #DEC0CA

Color information

#DEC0CA (or 0xDEC0CA) is unknown color: approx Melanie. HEX triplet: DE, C0 and CA. RGB value is (222,192,202). Sum of RGB (Red+Green+Blue) = 222+192+202=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0CA is #213F35. Grayscale: #CACACA. Windows color (decimal): -2178870 or 13287646. OLE color: 13287646.

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

Color convert

RGB222192202-
CMYK00.140.090.13
HSL340º31.25%81.18%-
HSV(B)340º13.51%87.06%-
XYZ59.6357.4963.83-
YUV202.11127.94142.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.04%
GREEN value IS 192 (75.39% from 255) = 31.17%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=36.04%
G=31.17%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219220200.140.090.1334031.2581.18
HexDEC0CA0E9D1541f51
Octal336300312016111552437121
Binary1101111011000000110010100111010011101101010100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0CA; }

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

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

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

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

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

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

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

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