#DEC1CA

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

Shades of Melanie #DEC1CA

Tints of Melanie #DEC1CA

Color information

#DEC1CA (or 0xDEC1CA) is unknown color: approx Melanie. HEX triplet: DE, C1 and CA. RGB value is (222,193,202). Sum of RGB (Red+Green+Blue) = 222+193+202=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1CA is #213E35. Grayscale: #CACACA. Windows color (decimal): -2178614 or 13287902. OLE color: 13287902.

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

Color convert

RGB222193202-
CMYK00.130.090.13
HSL341.38º30.53%81.37%-
HSV(B)341.38º13.06%87.06%-
XYZ59.8557.9363.9-
YUV202.7127.61141.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 193 (75.78% from 255) = 31.28%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=35.98%
G=31.28%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219320200.130.090.13341.3830.5381.37
HexDEC1CA0D9D1551f51
Octal336301312015111552537121
Binary1101111011000001110010100110110011101101010101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1CA; }

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

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

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

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

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

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

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

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