Shades of Blanc #DDCEBD
Tints of Blanc #DDCEBD
RGB
CMYK
RGB Variations
Color information
#DDCEBD (or 0xDDCEBD) is known color: Blanc. HEX triplet: DD, CE and BD. RGB value is (221,206,189). Sum of RGB (Red+Green+Blue) = 221+206+189=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEBD is #223142. Grayscale: #D0D0D0. Windows color (decimal): -2240835 or 12439261. OLE color: 12439261.
HSL color Cylindrical-coordinate representation of color #DDCEBD: hue angle of 31.88º 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 #DDCEBD is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 189 | - |
CMYK | 0 | 0.07 | 0.14 | 0.13 |
HSL | 31.88º | 0.32% | 0.8% | - |
HSV(B) | 31.88º | 0.14% | 0.87% | - |
XYZ | 61.08 | 63.19 | 57.12 | - |
YUV | 208.55 | 116.97 | 136.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 189 | 0 | 0.07 | 0.14 | 0.13 | 31.88 | 0.32 | 0.8 |
Hex | DD | CE | BD | 0 | 7 | E | D | 20 | 20 | 50 |
Octal | 335 | 316 | 275 | 0 | 7 | 16 | 15 | 40 | 40 | 120 |
Binary | 11011101 | 11001110 | 10111101 | 0 | 111 | 1110 | 1101 | 100000 | 100000 | 1010000 |
Color Harmonies of #DDCEBD
Complementary color
Monochromatic Colors of #DDCEBD
Black with #DDCEBD
Text Example
Text Example
White with #DDCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEBD; }
p { color: rgb(221,206,189); }
H1.HeaderClassName
{
color: #DDCEBD;
}
.AnyTagClassName
{
color: #DDCEBD;
}
</style>
background-color css
<style>
a { background-color: #DDCEBD; }
a { background-color: rgb(221,206,189); }
div.DivClassName
{
background-color: #DDCEBD;
}
.BgClassName
{
background-color: #DDCEBD;
}
</style>
border-color css
<style>
span { border-color: #DDCEBD; }
span { border-color: rgb(221,206,189); }
td.TdClassName
{
border-color: #DDCEBD;
}
.TagClassName
{
border-color: #DDCEBD;
}
</style>