Shades of Blanc #DDCFBD
Tints of Blanc #DDCFBD
RGB
CMYK
RGB Variations
Color information
#DDCFBD (or 0xDDCFBD) is known color: Blanc. HEX triplet: DD, CF and BD. RGB value is (221,207,189). Sum of RGB (Red+Green+Blue) = 221+207+189=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFBD is #223042. Grayscale: #D1D1D1. Windows color (decimal): -2240579 or 12439517. OLE color: 12439517.
HSL color Cylindrical-coordinate representation of color #DDCFBD: hue angle of 33.75º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDCFBD is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 189 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.13 |
| HSL | 33.75º | 0.32% | 0.8% | - |
| HSV(B) | 33.75º | 0.14% | 0.87% | - |
| XYZ | 61.32 | 63.67 | 57.2 | - |
| YUV | 209.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 189 | 0 | 0.06 | 0.14 | 0.13 | 33.75 | 0.32 | 0.8 |
| Hex | DD | CF | BD | 0 | 6 | E | D | 22 | 20 | 50 |
| Octal | 335 | 317 | 275 | 0 | 6 | 16 | 15 | 42 | 40 | 120 |
| Binary | 11011101 | 11001111 | 10111101 | 0 | 110 | 1110 | 1101 | 100010 | 100000 | 1010000 |
Color Harmonies of #DDCFBD
Complementary color
Monochromatic Colors of #DDCFBD
Black with #DDCFBD
Text Example
Text Example
White with #DDCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFBD; }
p { color: rgb(221,207,189); }
H1.HeaderClassName
{
color: #DDCFBD;
}
.AnyTagClassName
{
color: #DDCFBD;
}
</style>
background-color css
<style>
a { background-color: #DDCFBD; }
a { background-color: rgb(221,207,189); }
div.DivClassName
{
background-color: #DDCFBD;
}
.BgClassName
{
background-color: #DDCFBD;
}
</style>
border-color css
<style>
span { border-color: #DDCFBD; }
span { border-color: rgb(221,207,189); }
td.TdClassName
{
border-color: #DDCFBD;
}
.TagClassName
{
border-color: #DDCFBD;
}
</style>