Shades of Albescent White #DFDACC
Tints of Albescent White #DFDACC
RGB
CMYK
RGB Variations
Color information
#DFDACC (or 0xDFDACC) is known color: Albescent White. HEX triplet: DF, DA and CC. RGB value is (223,218,204). Sum of RGB (Red+Green+Blue) = 223+218+204=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDACC is #202533. Grayscale: #D9D9D9. Windows color (decimal): -2106676 or 13425375. OLE color: 13425375.
HSL color Cylindrical-coordinate representation of color #DFDACC: hue angle of 44.21º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDACC is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 218 | 204 | - |
CMYK | 0 | 0.02 | 0.09 | 0.13 |
HSL | 44.21º | 0.23% | 0.84% | - |
HSV(B) | 44.21º | 0.09% | 0.87% | - |
XYZ | 66.4 | 70.19 | 67.18 | - |
YUV | 217.9 | 120.16 | 131.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 204 | 0 | 0.02 | 0.09 | 0.13 | 44.21 | 0.23 | 0.84 |
Hex | DF | DA | CC | 0 | 2 | 9 | D | 2C | 17 | 54 |
Octal | 337 | 332 | 314 | 0 | 2 | 11 | 15 | 54 | 27 | 124 |
Binary | 11011111 | 11011010 | 11001100 | 0 | 10 | 1001 | 1101 | 101100 | 10111 | 1010100 |
Color Harmonies of #DFDACC
Complementary color
Monochromatic Colors of #DFDACC
Black with #DFDACC
Text Example
Text Example
White with #DFDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDACC; }
p { color: rgb(223,218,204); }
H1.HeaderClassName
{
color: #DFDACC;
}
.AnyTagClassName
{
color: #DFDACC;
}
</style>
background-color css
<style>
a { background-color: #DFDACC; }
a { background-color: rgb(223,218,204); }
div.DivClassName
{
background-color: #DFDACC;
}
.BgClassName
{
background-color: #DFDACC;
}
</style>
border-color css
<style>
span { border-color: #DFDACC; }
span { border-color: rgb(223,218,204); }
td.TdClassName
{
border-color: #DFDACC;
}
.TagClassName
{
border-color: #DFDACC;
}
</style>