Shades of Frost #D8DACA
Tints of Frost #D8DACA
RGB
CMYK
RGB Variations
Color information
#D8DACA (or 0xD8DACA) is known color: Frost. HEX triplet: D8, DA and CA. RGB value is (216,218,202). Sum of RGB (Red+Green+Blue) = 216+218+202=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DACA is #272535. Grayscale: #D7D7D7. Windows color (decimal): -2565430 or 13294296. OLE color: 13294296.
HSL color Cylindrical-coordinate representation of color #D8DACA: hue angle of 67.5º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8DACA is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 202 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.15 |
| HSL | 67.5º | 0.18% | 0.82% | - |
| HSV(B) | 67.5º | 0.07% | 0.85% | - |
| XYZ | 64.05 | 69.01 | 65.82 | - |
| YUV | 215.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 202 | 0.01 | 0 | 0.07 | 0.15 | 67.5 | 0.18 | 0.82 |
| Hex | D8 | DA | CA | 1 | 0 | 7 | F | 44 | 12 | 52 |
| Octal | 330 | 332 | 312 | 1 | 0 | 7 | 17 | 104 | 22 | 122 |
| Binary | 11011000 | 11011010 | 11001010 | 1 | 0 | 111 | 1111 | 1000100 | 10010 | 1010010 |
Color Harmonies of #D8DACA
Complementary color
Monochromatic Colors of #D8DACA
Black with #D8DACA
Text Example
Text Example
White with #D8DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DACA; }
p { color: rgb(216,218,202); }
H1.HeaderClassName
{
color: #D8DACA;
}
.AnyTagClassName
{
color: #D8DACA;
}
</style>
background-color css
<style>
a { background-color: #D8DACA; }
a { background-color: rgb(216,218,202); }
div.DivClassName
{
background-color: #D8DACA;
}
.BgClassName
{
background-color: #D8DACA;
}
</style>
border-color css
<style>
span { border-color: #D8DACA; }
span { border-color: rgb(216,218,202); }
td.TdClassName
{
border-color: #D8DACA;
}
.TagClassName
{
border-color: #D8DACA;
}
</style>