Shades of Blanc #DDCEBC
Tints of Blanc #DDCEBC
RGB
CMYK
RGB Variations
Color information
#DDCEBC (or 0xDDCEBC) is known color: Blanc. HEX triplet: DD, CE and BC. RGB value is (221,206,188). Sum of RGB (Red+Green+Blue) = 221+206+188=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEBC is #223143. Grayscale: #D0D0D0. Windows color (decimal): -2240836 or 12373725. OLE color: 12373725.
HSL color Cylindrical-coordinate representation of color #DDCEBC: hue angle of 32.73º 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 #DDCEBC is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 188 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.13 |
| HSL | 32.73º | 0.33% | 0.8% | - |
| HSV(B) | 32.73º | 0.15% | 0.87% | - |
| XYZ | 60.97 | 63.15 | 56.55 | - |
| YUV | 208.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 188 | 0 | 0.07 | 0.15 | 0.13 | 32.73 | 0.33 | 0.8 |
| Hex | DD | CE | BC | 0 | 7 | F | D | 21 | 21 | 50 |
| Octal | 335 | 316 | 274 | 0 | 7 | 17 | 15 | 41 | 41 | 120 |
| Binary | 11011101 | 11001110 | 10111100 | 0 | 111 | 1111 | 1101 | 100001 | 100001 | 1010000 |
Color Harmonies of #DDCEBC
Complementary color
Monochromatic Colors of #DDCEBC
Black with #DDCEBC
Text Example
Text Example
White with #DDCEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEBC; }
p { color: rgb(221,206,188); }
H1.HeaderClassName
{
color: #DDCEBC;
}
.AnyTagClassName
{
color: #DDCEBC;
}
</style>
background-color css
<style>
a { background-color: #DDCEBC; }
a { background-color: rgb(221,206,188); }
div.DivClassName
{
background-color: #DDCEBC;
}
.BgClassName
{
background-color: #DDCEBC;
}
</style>
border-color css
<style>
span { border-color: #DDCEBC; }
span { border-color: rgb(221,206,188); }
td.TdClassName
{
border-color: #DDCEBC;
}
.TagClassName
{
border-color: #DDCEBC;
}
</style>