Shades of Albescent White #DFD7CA
Tints of Albescent White #DFD7CA
RGB
CMYK
RGB Variations
Color information
#DFD7CA (or 0xDFD7CA) is known color: Albescent White. HEX triplet: DF, D7 and CA. RGB value is (223,215,202). Sum of RGB (Red+Green+Blue) = 223+215+202=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7CA is #202835. Grayscale: #D7D7D7. Windows color (decimal): -2107446 or 13293535. OLE color: 13293535.
HSL color Cylindrical-coordinate representation of color #DFD7CA: hue angle of 37.14º degrees, saturation: 0.25, 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 #DFD7CA is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 202 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.13 |
| HSL | 37.14º | 0.25% | 0.83% | - |
| HSV(B) | 37.14º | 0.09% | 0.87% | - |
| XYZ | 65.39 | 68.55 | 65.66 | - |
| YUV | 215.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 202 | 0 | 0.04 | 0.09 | 0.13 | 37.14 | 0.25 | 0.83 |
| Hex | DF | D7 | CA | 0 | 4 | 9 | D | 25 | 19 | 53 |
| Octal | 337 | 327 | 312 | 0 | 4 | 11 | 15 | 45 | 31 | 123 |
| Binary | 11011111 | 11010111 | 11001010 | 0 | 100 | 1001 | 1101 | 100101 | 11001 | 1010011 |
Color Harmonies of #DFD7CA
Complementary color
Monochromatic Colors of #DFD7CA
Black with #DFD7CA
Text Example
Text Example
White with #DFD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7CA; }
p { color: rgb(223,215,202); }
H1.HeaderClassName
{
color: #DFD7CA;
}
.AnyTagClassName
{
color: #DFD7CA;
}
</style>
background-color css
<style>
a { background-color: #DFD7CA; }
a { background-color: rgb(223,215,202); }
div.DivClassName
{
background-color: #DFD7CA;
}
.BgClassName
{
background-color: #DFD7CA;
}
</style>
border-color css
<style>
span { border-color: #DFD7CA; }
span { border-color: rgb(223,215,202); }
td.TdClassName
{
border-color: #DFD7CA;
}
.TagClassName
{
border-color: #DFD7CA;
}
</style>