Shades of Albescent White #DFD8C9
Tints of Albescent White #DFD8C9
RGB
CMYK
RGB Variations
Color information
#DFD8C9 (or 0xDFD8C9) is known color: Albescent White. HEX triplet: DF, D8 and C9. RGB value is (223,216,201). Sum of RGB (Red+Green+Blue) = 223+216+201=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8C9 is #202736. Grayscale: #D8D8D8. Windows color (decimal): -2107191 or 13228255. OLE color: 13228255.
HSL color Cylindrical-coordinate representation of color #DFD8C9: hue angle of 40.91º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD8C9 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 216 | 201 | - |
CMYK | 0 | 0.03 | 0.10 | 0.13 |
HSL | 40.91º | 0.26% | 0.83% | - |
HSV(B) | 40.91º | 0.1% | 0.87% | - |
XYZ | 65.53 | 69.02 | 65.13 | - |
YUV | 216.38 | 119.32 | 132.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 216 | 201 | 0 | 0.03 | 0.10 | 0.13 | 40.91 | 0.26 | 0.83 |
Hex | DF | D8 | C9 | 0 | 3 | A | D | 29 | 1A | 53 |
Octal | 337 | 330 | 311 | 0 | 3 | 12 | 15 | 51 | 32 | 123 |
Binary | 11011111 | 11011000 | 11001001 | 0 | 11 | 1010 | 1101 | 101001 | 11010 | 1010011 |
Color Harmonies of #DFD8C9
Complementary color
Monochromatic Colors of #DFD8C9
Black with #DFD8C9
Text Example
Text Example
White with #DFD8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8C9; }
p { color: rgb(223,216,201); }
H1.HeaderClassName
{
color: #DFD8C9;
}
.AnyTagClassName
{
color: #DFD8C9;
}
</style>
background-color css
<style>
a { background-color: #DFD8C9; }
a { background-color: rgb(223,216,201); }
div.DivClassName
{
background-color: #DFD8C9;
}
.BgClassName
{
background-color: #DFD8C9;
}
</style>
border-color css
<style>
span { border-color: #DFD8C9; }
span { border-color: rgb(223,216,201); }
td.TdClassName
{
border-color: #DFD8C9;
}
.TagClassName
{
border-color: #DFD8C9;
}
</style>