#DEC4C7

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

Shades of Melanie #DEC4C7

Tints of Melanie #DEC4C7

Color information

#DEC4C7 (or 0xDEC4C7) is unknown color: approx Melanie. HEX triplet: DE, C4 and C7. RGB value is (222,196,199). Sum of RGB (Red+Green+Blue) = 222+196+199=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4C7 is #213B38. Grayscale: #CCCCCC. Windows color (decimal): -2177849 or 13092062. OLE color: 13092062.

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

Color convert

RGB222196199-
CMYK00.120.100.13
HSL353.08º28.26%81.96%-
HSV(B)353.08º11.71%87.06%-
XYZ60.1759.1362.28-
YUV204.12125.11140.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 196 (76.95% from 255) = 31.77%
BLUE value IS 199 (78.12% from 255) = 32.25%
R=35.98%
G=31.77%
B=32.25%

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
Decimal22219619900.120.100.13353.0828.2681.96
HexDEC4C70CAD1611c52
Octal336304307014121554134122
Binary1101111011000100110001110110010101101101100001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4C7; }

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

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

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

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

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

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

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

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