Shades of Snuff #DCCBE0
Tints of Snuff #DCCBE0
RGB
CMYK
RGB Variations
Color information
#DCCBE0 (or 0xDCCBE0) is known color: Snuff. HEX triplet: DC, CB and E0. RGB value is (220,203,224). Sum of RGB (Red+Green+Blue) = 220+203+224=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCCBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBE0 is #23341F. Grayscale: #D2D2D2. Windows color (decimal): -2307104 or 14732252. OLE color: 14732252.
HSL color Cylindrical-coordinate representation of color #DCCBE0: hue angle of 288.57º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCCBE0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 203 | 224 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.12 |
| HSL | 288.57º | 0.25% | 0.84% | - |
| HSV(B) | 288.57º | 0.09% | 0.88% | - |
| XYZ | 64.33 | 63.31 | 79.35 | - |
| YUV | 210.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 224 | 0.02 | 0.09 | 0 | 0.12 | 288.57 | 0.25 | 0.84 |
| Hex | DC | CB | E0 | 2 | 9 | 0 | C | 121 | 19 | 54 |
| Octal | 334 | 313 | 340 | 2 | 11 | 0 | 14 | 441 | 31 | 124 |
| Binary | 11011100 | 11001011 | 11100000 | 10 | 1001 | 0 | 1100 | 100100001 | 11001 | 1010100 |
Color Harmonies of #DCCBE0
Complementary color
Monochromatic Colors of #DCCBE0
Black with #DCCBE0
Text Example
Text Example
White with #DCCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBE0; }
p { color: rgb(220,203,224); }
H1.HeaderClassName
{
color: #DCCBE0;
}
.AnyTagClassName
{
color: #DCCBE0;
}
</style>
background-color css
<style>
a { background-color: #DCCBE0; }
a { background-color: rgb(220,203,224); }
div.DivClassName
{
background-color: #DCCBE0;
}
.BgClassName
{
background-color: #DCCBE0;
}
</style>
border-color css
<style>
span { border-color: #DCCBE0; }
span { border-color: rgb(220,203,224); }
td.TdClassName
{
border-color: #DCCBE0;
}
.TagClassName
{
border-color: #DCCBE0;
}
</style>