#DCCBC9

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

Shades of Alto #DCCBC9

Tints of Alto #DCCBC9

Color information

#DCCBC9 (or 0xDCCBC9) is unknown color: approx Alto. HEX triplet: DC, CB and C9. RGB value is (220,203,201). Sum of RGB (Red+Green+Blue) = 220+203+201=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBC9 is #233436. Grayscale: #CFCFCF. Windows color (decimal): -2307127 or 13224924. OLE color: 13224924.

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

Color convert

RGB220203201-
CMYK00.080.090.14
HSL6.32º21.35%82.55%-
HSV(B)6.32º8.64%86.27%-
XYZ61.4162.1464.02-
YUV207.85124.13136.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 201 (78.91% from 255) = 32.21%
R=35.26%
G=32.53%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020320100.080.090.146.3221.3582.55
HexDCCBC9089E61553
Octal3343133110101116625123
Binary1101110011001011110010010100010011110110101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBC9; }

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

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

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

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

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

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

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

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