#DEC3C8

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

Shades of Melanie #DEC3C8

Tints of Melanie #DEC3C8

Color information

#DEC3C8 (or 0xDEC3C8) is unknown color: approx Melanie. HEX triplet: DE, C3 and C8. RGB value is (222,195,200). Sum of RGB (Red+Green+Blue) = 222+195+200=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC3C8 is #213C37. Grayscale: #CBCBCB. Windows color (decimal): -2178104 or 13157342. OLE color: 13157342.

HSL color Cylindrical-coordinate representation of color #DEC3C8: hue angle of 348.89º degrees, saturation: 0.29, 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 #DEC3C8 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB222195200-
CMYK00.120.100.13
HSL348.89º29.03%81.76%-
HSV(B)348.89º12.16%87.06%-
XYZ60.0658.7362.81-
YUV203.64125.95141.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 195 (76.56% from 255) = 31.60%
BLUE value IS 200 (78.52% from 255) = 32.41%
R=35.98%
G=31.60%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219520000.120.100.13348.8929.0381.76
HexDEC3C80CAD15d1d52
Octal336303310014121553535122
Binary1101111011000011110010000110010101101101011101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC3C8; }

 p { color: rgb(222,195,200); }

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

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

 a { background-color: rgb(222,195,200); }

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

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

 span { border-color: rgb(222,195,200); }

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