Shades of Blanc #DDCFBC
Tints of Blanc #DDCFBC
RGB
CMYK
RGB Variations
Color information
#DDCFBC (or 0xDDCFBC) is known color: Blanc. HEX triplet: DD, CF and BC. RGB value is (221,207,188). Sum of RGB (Red+Green+Blue) = 221+207+188=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFBC is #223043. Grayscale: #D1D1D1. Windows color (decimal): -2240580 or 12373981. OLE color: 12373981.
HSL color Cylindrical-coordinate representation of color #DDCFBC: hue angle of 34.55º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDCFBC is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 188 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.13 |
| HSL | 34.55º | 0.33% | 0.8% | - |
| HSV(B) | 34.55º | 0.15% | 0.87% | - |
| XYZ | 61.21 | 63.63 | 56.63 | - |
| YUV | 209.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 188 | 0 | 0.06 | 0.15 | 0.13 | 34.55 | 0.33 | 0.8 |
| Hex | DD | CF | BC | 0 | 6 | F | D | 23 | 21 | 50 |
| Octal | 335 | 317 | 274 | 0 | 6 | 17 | 15 | 43 | 41 | 120 |
| Binary | 11011101 | 11001111 | 10111100 | 0 | 110 | 1111 | 1101 | 100011 | 100001 | 1010000 |
Color Harmonies of #DDCFBC
Complementary color
Monochromatic Colors of #DDCFBC
Black with #DDCFBC
Text Example
Text Example
White with #DDCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFBC; }
p { color: rgb(221,207,188); }
H1.HeaderClassName
{
color: #DDCFBC;
}
.AnyTagClassName
{
color: #DDCFBC;
}
</style>
background-color css
<style>
a { background-color: #DDCFBC; }
a { background-color: rgb(221,207,188); }
div.DivClassName
{
background-color: #DDCFBC;
}
.BgClassName
{
background-color: #DDCFBC;
}
</style>
border-color css
<style>
span { border-color: #DDCFBC; }
span { border-color: rgb(221,207,188); }
td.TdClassName
{
border-color: #DDCFBC;
}
.TagClassName
{
border-color: #DDCFBC;
}
</style>