Shades of Blanc #DCCEBB
Tints of Blanc #DCCEBB
RGB
CMYK
RGB Variations
Color information
#DCCEBB (or 0xDCCEBB) is known color: Blanc. HEX triplet: DC, CE and BB. RGB value is (220,206,187). Sum of RGB (Red+Green+Blue) = 220+206+187=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEBB is #233144. Grayscale: #D0D0D0. Windows color (decimal): -2306373 or 12308188. OLE color: 12308188.
HSL color Cylindrical-coordinate representation of color #DCCEBB: hue angle of 34.55º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCEBB is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 187 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.14 |
| HSL | 34.55º | 0.32% | 0.8% | - |
| HSV(B) | 34.55º | 0.15% | 0.86% | - |
| XYZ | 60.56 | 62.95 | 55.97 | - |
| YUV | 208.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 187 | 0 | 0.06 | 0.15 | 0.14 | 34.55 | 0.32 | 0.8 |
| Hex | DC | CE | BB | 0 | 6 | F | E | 23 | 20 | 50 |
| Octal | 334 | 316 | 273 | 0 | 6 | 17 | 16 | 43 | 40 | 120 |
| Binary | 11011100 | 11001110 | 10111011 | 0 | 110 | 1111 | 1110 | 100011 | 100000 | 1010000 |
Color Harmonies of #DCCEBB
Complementary color
Monochromatic Colors of #DCCEBB
Black with #DCCEBB
Text Example
Text Example
White with #DCCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEBB; }
p { color: rgb(220,206,187); }
H1.HeaderClassName
{
color: #DCCEBB;
}
.AnyTagClassName
{
color: #DCCEBB;
}
</style>
background-color css
<style>
a { background-color: #DCCEBB; }
a { background-color: rgb(220,206,187); }
div.DivClassName
{
background-color: #DCCEBB;
}
.BgClassName
{
background-color: #DCCEBB;
}
</style>
border-color css
<style>
span { border-color: #DCCEBB; }
span { border-color: rgb(220,206,187); }
td.TdClassName
{
border-color: #DCCEBB;
}
.TagClassName
{
border-color: #DCCEBB;
}
</style>