#DCC8C9

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

Shades of Melanie #DCC8C9

Tints of Melanie #DCC8C9

Color information

#DCC8C9 (or 0xDCC8C9) is unknown color: approx Melanie. HEX triplet: DC, C8 and C9. RGB value is (220,200,201). Sum of RGB (Red+Green+Blue) = 220+200+201=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8C9 is #233736. Grayscale: #CECECE. Windows color (decimal): -2307895 or 13224156. OLE color: 13224156.

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

Color convert

RGB220200201-
CMYK00.090.090.14
HSL357º22.22%82.35%-
HSV(B)357º9.09%86.27%-
XYZ60.7160.7463.78-
YUV206.09125.13137.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 200 (78.52% from 255) = 32.21%
BLUE value IS 201 (78.91% from 255) = 32.37%
R=35.43%
G=32.21%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020020100.090.090.1435722.2282.35
HexDCC8C9099E1651652
Octal334310311011111654526122
Binary1101110011001000110010010100110011110101100101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8C9; }

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

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

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

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

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

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

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

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