#DEC4CB

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

Shades of Melanie #DEC4CB

Tints of Melanie #DEC4CB

Color information

#DEC4CB (or 0xDEC4CB) is unknown color: approx Melanie. HEX triplet: DE, C4 and CB. RGB value is (222,196,203). Sum of RGB (Red+Green+Blue) = 222+196+203=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4CB is #213B34. Grayscale: #CCCCCC. Windows color (decimal): -2177845 or 13354206. OLE color: 13354206.

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

Color convert

RGB222196203-
CMYK00.120.090.13
HSL343.85º28.26%81.96%-
HSV(B)343.85º11.71%87.06%-
XYZ60.6459.3264.75-
YUV204.57127.11140.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 196 (76.95% from 255) = 31.56%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=35.75%
G=31.56%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219620300.120.090.13343.8528.2681.96
HexDEC4CB0C9D1581c52
Octal336304313014111553034122
Binary1101111011000100110010110110010011101101011000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4CB; }

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

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

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

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

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

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

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

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