#DCC8CB

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

Shades of Melanie #DCC8CB

Tints of Melanie #DCC8CB

Color information

#DCC8CB (or 0xDCC8CB) is unknown color: approx Melanie. HEX triplet: DC, C8 and CB. RGB value is (220,200,203). Sum of RGB (Red+Green+Blue) = 220+200+203=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8CB is #233734. Grayscale: #CECECE. Windows color (decimal): -2307893 or 13355228. OLE color: 13355228.

HSL color Cylindrical-coordinate representation of color #DCC8CB: hue angle of 351º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC8CB is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220200203-
CMYK00.090.080.14
HSL351º22.22%82.35%-
HSV(B)351º9.09%86.27%-
XYZ60.9560.8465.03-
YUV206.32126.13137.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 200 (78.52% from 255) = 32.10%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=35.31%
G=32.10%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020020300.090.080.1435122.2282.35
HexDCC8CB098E15f1652
Octal334310313011101653726122
Binary1101110011001000110010110100110001110101011111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8CB; }

 p { color: rgb(220,200,203); }

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

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

 a { background-color: rgb(220,200,203); }

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

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

 span { border-color: rgb(220,200,203); }

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