Shades of Blanc #DDCCB9
Tints of Blanc #DDCCB9
RGB
CMYK
RGB Variations
Color information
#DDCCB9 (or 0xDDCCB9) is known color: Blanc. HEX triplet: DD, CC and B9. RGB value is (221,204,185). Sum of RGB (Red+Green+Blue) = 221+204+185=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCB9 is #223346. Grayscale: #CFCFCF. Windows color (decimal): -2241351 or 12176605. OLE color: 12176605.
HSL color Cylindrical-coordinate representation of color #DDCCB9: hue angle of 31.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCCB9 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 204 | 185 | - |
CMYK | 0 | 0.08 | 0.16 | 0.13 |
HSL | 31.67º | 0.35% | 0.8% | - |
HSV(B) | 31.67º | 0.16% | 0.87% | - |
XYZ | 60.17 | 62.06 | 54.71 | - |
YUV | 206.92 | 115.63 | 138.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 185 | 0 | 0.08 | 0.16 | 0.13 | 31.67 | 0.35 | 0.8 |
Hex | DD | CC | B9 | 0 | 8 | 10 | D | 20 | 23 | 50 |
Octal | 335 | 314 | 271 | 0 | 10 | 20 | 15 | 40 | 43 | 120 |
Binary | 11011101 | 11001100 | 10111001 | 0 | 1000 | 10000 | 1101 | 100000 | 100011 | 1010000 |
Color Harmonies of #DDCCB9
Complementary color
Monochromatic Colors of #DDCCB9
Black with #DDCCB9
Text Example
Text Example
White with #DDCCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCB9; }
p { color: rgb(221,204,185); }
H1.HeaderClassName
{
color: #DDCCB9;
}
.AnyTagClassName
{
color: #DDCCB9;
}
</style>
background-color css
<style>
a { background-color: #DDCCB9; }
a { background-color: rgb(221,204,185); }
div.DivClassName
{
background-color: #DDCCB9;
}
.BgClassName
{
background-color: #DDCCB9;
}
</style>
border-color css
<style>
span { border-color: #DDCCB9; }
span { border-color: rgb(221,204,185); }
td.TdClassName
{
border-color: #DDCCB9;
}
.TagClassName
{
border-color: #DDCCB9;
}
</style>