Shades of Albescent White #DDD6C9
Tints of Albescent White #DDD6C9
RGB
CMYK
RGB Variations
Color information
#DDD6C9 (or 0xDDD6C9) is known color: Albescent White. HEX triplet: DD, D6 and C9. RGB value is (221,214,201). Sum of RGB (Red+Green+Blue) = 221+214+201=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6C9 is #222936. Grayscale: #D6D6D6. Windows color (decimal): -2238775 or 13227741. OLE color: 13227741.
HSL color Cylindrical-coordinate representation of color #DDD6C9: hue angle of 39º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD6C9 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 214 | 201 | - |
CMYK | 0 | 0.03 | 0.09 | 0.13 |
HSL | 39º | 0.23% | 0.83% | - |
HSV(B) | 39º | 0.09% | 0.87% | - |
XYZ | 64.41 | 67.68 | 64.93 | - |
YUV | 214.61 | 120.32 | 132.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 214 | 201 | 0 | 0.03 | 0.09 | 0.13 | 39 | 0.23 | 0.83 |
Hex | DD | D6 | C9 | 0 | 3 | 9 | D | 27 | 17 | 53 |
Octal | 335 | 326 | 311 | 0 | 3 | 11 | 15 | 47 | 27 | 123 |
Binary | 11011101 | 11010110 | 11001001 | 0 | 11 | 1001 | 1101 | 100111 | 10111 | 1010011 |
Color Harmonies of #DDD6C9
Complementary color
Monochromatic Colors of #DDD6C9
Black with #DDD6C9
Text Example
Text Example
White with #DDD6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6C9; }
p { color: rgb(221,214,201); }
H1.HeaderClassName
{
color: #DDD6C9;
}
.AnyTagClassName
{
color: #DDD6C9;
}
</style>
background-color css
<style>
a { background-color: #DDD6C9; }
a { background-color: rgb(221,214,201); }
div.DivClassName
{
background-color: #DDD6C9;
}
.BgClassName
{
background-color: #DDD6C9;
}
</style>
border-color css
<style>
span { border-color: #DDD6C9; }
span { border-color: rgb(221,214,201); }
td.TdClassName
{
border-color: #DDD6C9;
}
.TagClassName
{
border-color: #DDD6C9;
}
</style>