#DEC2CA

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

Shades of Melanie #DEC2CA

Tints of Melanie #DEC2CA

Color information

#DEC2CA (or 0xDEC2CA) is unknown color: approx Melanie. HEX triplet: DE, C2 and CA. RGB value is (222,194,202). Sum of RGB (Red+Green+Blue) = 222+194+202=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2CA is #213D35. Grayscale: #CBCBCB. Windows color (decimal): -2178358 or 13288158. OLE color: 13288158.

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

Color convert

RGB222194202-
CMYK00.130.090.13
HSL342.86º29.79%81.57%-
HSV(B)342.86º12.61%87.06%-
XYZ60.0858.3863.98-
YUV203.28127.28141.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 194 (76.17% from 255) = 31.39%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=35.92%
G=31.39%
B=32.69%

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
Decimal22219420200.130.090.13342.8629.7981.57
HexDEC2CA0D9D1571e52
Octal336302312015111552736122
Binary1101111011000010110010100110110011101101010111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC2CA; }

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

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

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

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

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

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

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

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