#DEC6CB

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

Shades of Melanie #DEC6CB

Tints of Melanie #DEC6CB

Color information

#DEC6CB (or 0xDEC6CB) is unknown color: approx Melanie. HEX triplet: DE, C6 and CB. RGB value is (222,198,203). Sum of RGB (Red+Green+Blue) = 222+198+203=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6CB is #213934. Grayscale: #CDCDCD. Windows color (decimal): -2177333 or 13354718. OLE color: 13354718.

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

Color convert

RGB222198203-
CMYK00.110.090.13
HSL347.5º26.67%82.35%-
HSV(B)347.5º10.81%87.06%-
XYZ61.160.2364.91-
YUV205.75126.45139.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 198 (77.73% from 255) = 31.78%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=35.63%
G=31.78%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219820300.110.090.13347.526.6782.35
HexDEC6CB0B9D15c1b52
Octal336306313013111553433122
Binary1101111011000110110010110101110011101101011100110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC6CB; }

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

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

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

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

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

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

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

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