Shades of Albescent White #DDD7CB
Tints of Albescent White #DDD7CB
RGB
CMYK
RGB Variations
Color information
#DDD7CB (or 0xDDD7CB) is known color: Albescent White. HEX triplet: DD, D7 and CB. RGB value is (221,215,203). Sum of RGB (Red+Green+Blue) = 221+215+203=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7CB is #222834. Grayscale: #D7D7D7. Windows color (decimal): -2238517 or 13359069. OLE color: 13359069.
HSL color Cylindrical-coordinate representation of color #DDD7CB: hue angle of 40º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD7CB is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 215 | 203 | - |
CMYK | 0 | 0.03 | 0.08 | 0.13 |
HSL | 40º | 0.21% | 0.83% | - |
HSV(B) | 40º | 0.08% | 0.87% | - |
XYZ | 64.9 | 68.28 | 66.26 | - |
YUV | 215.43 | 120.99 | 131.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 215 | 203 | 0 | 0.03 | 0.08 | 0.13 | 40 | 0.21 | 0.83 |
Hex | DD | D7 | CB | 0 | 3 | 8 | D | 28 | 15 | 53 |
Octal | 335 | 327 | 313 | 0 | 3 | 10 | 15 | 50 | 25 | 123 |
Binary | 11011101 | 11010111 | 11001011 | 0 | 11 | 1000 | 1101 | 101000 | 10101 | 1010011 |
Color Harmonies of #DDD7CB
Complementary color
Monochromatic Colors of #DDD7CB
Black with #DDD7CB
Text Example
Text Example
White with #DDD7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7CB; }
p { color: rgb(221,215,203); }
H1.HeaderClassName
{
color: #DDD7CB;
}
.AnyTagClassName
{
color: #DDD7CB;
}
</style>
background-color css
<style>
a { background-color: #DDD7CB; }
a { background-color: rgb(221,215,203); }
div.DivClassName
{
background-color: #DDD7CB;
}
.BgClassName
{
background-color: #DDD7CB;
}
</style>
border-color css
<style>
span { border-color: #DDD7CB; }
span { border-color: rgb(221,215,203); }
td.TdClassName
{
border-color: #DDD7CB;
}
.TagClassName
{
border-color: #DDD7CB;
}
</style>