#DCC5CB

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

Shades of Melanie #DCC5CB

Tints of Melanie #DCC5CB

Color information

#DCC5CB (or 0xDCC5CB) is unknown color: approx Melanie. HEX triplet: DC, C5 and CB. RGB value is (220,197,203). Sum of RGB (Red+Green+Blue) = 220+197+203=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5CB is #233A34. Grayscale: #CCCCCC. Windows color (decimal): -2308661 or 13354460. OLE color: 13354460.

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

Color convert

RGB220197203-
CMYK00.100.080.14
HSL344.35º24.73%81.76%-
HSV(B)344.35º10.45%86.27%-
XYZ60.2659.4664.8-
YUV204.56127.12139.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 197 (77.34% from 255) = 31.77%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=35.48%
G=31.77%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019720300.100.080.14344.3524.7381.76
HexDCC5CB0A8E1581952
Octal334305313012101653031122
Binary1101110011000101110010110101010001110101011000110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5CB; }

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

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

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

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

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

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

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

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