Shades of Albescent White #DFDACE
Tints of Albescent White #DFDACE
RGB
CMYK
RGB Variations
Color information
#DFDACE (or 0xDFDACE) is known color: Albescent White. HEX triplet: DF, DA and CE. RGB value is (223,218,206). Sum of RGB (Red+Green+Blue) = 223+218+206=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDACE is #202531. Grayscale: #DADADA. Windows color (decimal): -2106674 or 13556447. OLE color: 13556447.
HSL color Cylindrical-coordinate representation of color #DFDACE: hue angle of 42.35º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFDACE is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 218 | 206 | - |
CMYK | 0 | 0.02 | 0.08 | 0.13 |
HSL | 42.35º | 0.21% | 0.84% | - |
HSV(B) | 42.35º | 0.08% | 0.87% | - |
XYZ | 66.64 | 70.29 | 68.45 | - |
YUV | 218.13 | 121.16 | 131.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 206 | 0 | 0.02 | 0.08 | 0.13 | 42.35 | 0.21 | 0.84 |
Hex | DF | DA | CE | 0 | 2 | 8 | D | 2A | 15 | 54 |
Octal | 337 | 332 | 316 | 0 | 2 | 10 | 15 | 52 | 25 | 124 |
Binary | 11011111 | 11011010 | 11001110 | 0 | 10 | 1000 | 1101 | 101010 | 10101 | 1010100 |
Color Harmonies of #DFDACE
Complementary color
Monochromatic Colors of #DFDACE
Black with #DFDACE
Text Example
Text Example
White with #DFDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDACE; }
p { color: rgb(223,218,206); }
H1.HeaderClassName
{
color: #DFDACE;
}
.AnyTagClassName
{
color: #DFDACE;
}
</style>
background-color css
<style>
a { background-color: #DFDACE; }
a { background-color: rgb(223,218,206); }
div.DivClassName
{
background-color: #DFDACE;
}
.BgClassName
{
background-color: #DFDACE;
}
</style>
border-color css
<style>
span { border-color: #DFDACE; }
span { border-color: rgb(223,218,206); }
td.TdClassName
{
border-color: #DFDACE;
}
.TagClassName
{
border-color: #DFDACE;
}
</style>