#DCCACB

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

Shades of Melanie #DCCACB

Tints of Melanie #DCCACB

Color information

#DCCACB (or 0xDCCACB) is unknown color: approx Melanie. HEX triplet: DC, CA and CB. RGB value is (220,202,203). Sum of RGB (Red+Green+Blue) = 220+202+203=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCACB is #233534. Grayscale: #CFCFCF. Windows color (decimal): -2307381 or 13355740. OLE color: 13355740.

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

Color convert

RGB220202203-
CMYK00.080.080.14
HSL356.67º20.45%82.75%-
HSV(B)356.67º8.18%86.27%-
XYZ61.4261.7765.19-
YUV207.5125.46136.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=35.2%
G=32.32%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020220300.080.080.14356.6720.4582.75
HexDCCACB088E1651453
Octal334312313010101654524123
Binary1101110011001010110010110100010001110101100101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCACB; }

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

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

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

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

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

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

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

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