Shades of Blanc #DCCDBC
Tints of Blanc #DCCDBC
RGB
CMYK
RGB Variations
Color information
#DCCDBC (or 0xDCCDBC) is known color: Blanc. HEX triplet: DC, CD and BC. RGB value is (220,205,188). Sum of RGB (Red+Green+Blue) = 220+205+188=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDBC is #233243. Grayscale: #CFCFCF. Windows color (decimal): -2306628 or 12373468. OLE color: 12373468.
HSL color Cylindrical-coordinate representation of color #DCCDBC: hue angle of 31.88º degrees, saturation: 0.31, 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 #DCCDBC is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 188 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.14 |
| HSL | 31.88º | 0.31% | 0.8% | - |
| HSV(B) | 31.88º | 0.15% | 0.86% | - |
| XYZ | 60.42 | 62.51 | 56.46 | - |
| YUV | 207.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 188 | 0 | 0.07 | 0.15 | 0.14 | 31.88 | 0.31 | 0.8 |
| Hex | DC | CD | BC | 0 | 7 | F | E | 20 | 1F | 50 |
| Octal | 334 | 315 | 274 | 0 | 7 | 17 | 16 | 40 | 37 | 120 |
| Binary | 11011100 | 11001101 | 10111100 | 0 | 111 | 1111 | 1110 | 100000 | 11111 | 1010000 |
Color Harmonies of #DCCDBC
Complementary color
Monochromatic Colors of #DCCDBC
Black with #DCCDBC
Text Example
Text Example
White with #DCCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDBC; }
p { color: rgb(220,205,188); }
H1.HeaderClassName
{
color: #DCCDBC;
}
.AnyTagClassName
{
color: #DCCDBC;
}
</style>
background-color css
<style>
a { background-color: #DCCDBC; }
a { background-color: rgb(220,205,188); }
div.DivClassName
{
background-color: #DCCDBC;
}
.BgClassName
{
background-color: #DCCDBC;
}
</style>
border-color css
<style>
span { border-color: #DCCDBC; }
span { border-color: rgb(220,205,188); }
td.TdClassName
{
border-color: #DCCDBC;
}
.TagClassName
{
border-color: #DCCDBC;
}
</style>