Shades of Blanc #DDCEBB
Tints of Blanc #DDCEBB
RGB
CMYK
RGB Variations
Color information
#DDCEBB (or 0xDDCEBB) is known color: Blanc. HEX triplet: DD, CE and BB. RGB value is (221,206,187). Sum of RGB (Red+Green+Blue) = 221+206+187=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEBB is #223144. Grayscale: #D0D0D0. Windows color (decimal): -2240837 or 12308189. OLE color: 12308189.
HSL color Cylindrical-coordinate representation of color #DDCEBB: hue angle of 33.53º 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 #DDCEBB is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 187 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.13 |
| HSL | 33.53º | 0.33% | 0.8% | - |
| HSV(B) | 33.53º | 0.15% | 0.87% | - |
| XYZ | 60.86 | 63.1 | 55.99 | - |
| YUV | 208.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 187 | 0 | 0.07 | 0.15 | 0.13 | 33.53 | 0.33 | 0.8 |
| Hex | DD | CE | BB | 0 | 7 | F | D | 22 | 21 | 50 |
| Octal | 335 | 316 | 273 | 0 | 7 | 17 | 15 | 42 | 41 | 120 |
| Binary | 11011101 | 11001110 | 10111011 | 0 | 111 | 1111 | 1101 | 100010 | 100001 | 1010000 |
Color Harmonies of #DDCEBB
Complementary color
Monochromatic Colors of #DDCEBB
Black with #DDCEBB
Text Example
Text Example
White with #DDCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEBB; }
p { color: rgb(221,206,187); }
H1.HeaderClassName
{
color: #DDCEBB;
}
.AnyTagClassName
{
color: #DDCEBB;
}
</style>
background-color css
<style>
a { background-color: #DDCEBB; }
a { background-color: rgb(221,206,187); }
div.DivClassName
{
background-color: #DDCEBB;
}
.BgClassName
{
background-color: #DDCEBB;
}
</style>
border-color css
<style>
span { border-color: #DDCEBB; }
span { border-color: rgb(221,206,187); }
td.TdClassName
{
border-color: #DDCEBB;
}
.TagClassName
{
border-color: #DDCEBB;
}
</style>