Shades of Blanc #DDCFBB
Tints of Blanc #DDCFBB
RGB
CMYK
RGB Variations
Color information
#DDCFBB (or 0xDDCFBB) is known color: Blanc. HEX triplet: DD, CF and BB. RGB value is (221,207,187). Sum of RGB (Red+Green+Blue) = 221+207+187=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFBB is #223044. Grayscale: #D1D1D1. Windows color (decimal): -2240581 or 12308445. OLE color: 12308445.
HSL color Cylindrical-coordinate representation of color #DDCFBB: hue angle of 35.29º 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 #DDCFBB is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 187 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.13 |
| HSL | 35.29º | 0.33% | 0.8% | - |
| HSV(B) | 35.29º | 0.15% | 0.87% | - |
| XYZ | 61.1 | 63.59 | 56.07 | - |
| YUV | 208.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 187 | 0 | 0.06 | 0.15 | 0.13 | 35.29 | 0.33 | 0.8 |
| Hex | DD | CF | BB | 0 | 6 | F | D | 23 | 21 | 50 |
| Octal | 335 | 317 | 273 | 0 | 6 | 17 | 15 | 43 | 41 | 120 |
| Binary | 11011101 | 11001111 | 10111011 | 0 | 110 | 1111 | 1101 | 100011 | 100001 | 1010000 |
Color Harmonies of #DDCFBB
Complementary color
Monochromatic Colors of #DDCFBB
Black with #DDCFBB
Text Example
Text Example
White with #DDCFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFBB; }
p { color: rgb(221,207,187); }
H1.HeaderClassName
{
color: #DDCFBB;
}
.AnyTagClassName
{
color: #DDCFBB;
}
</style>
background-color css
<style>
a { background-color: #DDCFBB; }
a { background-color: rgb(221,207,187); }
div.DivClassName
{
background-color: #DDCFBB;
}
.BgClassName
{
background-color: #DDCFBB;
}
</style>
border-color css
<style>
span { border-color: #DDCFBB; }
span { border-color: rgb(221,207,187); }
td.TdClassName
{
border-color: #DDCFBB;
}
.TagClassName
{
border-color: #DDCFBB;
}
</style>