Shades of Frost #D8DBC2
Tints of Frost #D8DBC2
RGB
CMYK
RGB Variations
Color information
#D8DBC2 (or 0xD8DBC2) is known color: Frost. HEX triplet: D8, DB and C2. RGB value is (216,219,194). Sum of RGB (Red+Green+Blue) = 216+219+194=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBC2 is #27243D. Grayscale: #D7D7D7. Windows color (decimal): -2565182 or 12770264. OLE color: 12770264.
HSL color Cylindrical-coordinate representation of color #D8DBC2: hue angle of 67.2º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8DBC2 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 194 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.14 |
| HSL | 67.2º | 0.26% | 0.81% | - |
| HSV(B) | 67.2º | 0.11% | 0.86% | - |
| XYZ | 63.39 | 69.16 | 61.05 | - |
| YUV | 215.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 194 | 0.01 | 0 | 0.11 | 0.14 | 67.2 | 0.26 | 0.81 |
| Hex | D8 | DB | C2 | 1 | 0 | B | E | 43 | 1A | 51 |
| Octal | 330 | 333 | 302 | 1 | 0 | 13 | 16 | 103 | 32 | 121 |
| Binary | 11011000 | 11011011 | 11000010 | 1 | 0 | 1011 | 1110 | 1000011 | 11010 | 1010001 |
Color Harmonies of #D8DBC2
Complementary color
Monochromatic Colors of #D8DBC2
Black with #D8DBC2
Text Example
Text Example
White with #D8DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBC2; }
p { color: rgb(216,219,194); }
H1.HeaderClassName
{
color: #D8DBC2;
}
.AnyTagClassName
{
color: #D8DBC2;
}
</style>
background-color css
<style>
a { background-color: #D8DBC2; }
a { background-color: rgb(216,219,194); }
div.DivClassName
{
background-color: #D8DBC2;
}
.BgClassName
{
background-color: #D8DBC2;
}
</style>
border-color css
<style>
span { border-color: #D8DBC2; }
span { border-color: rgb(216,219,194); }
td.TdClassName
{
border-color: #D8DBC2;
}
.TagClassName
{
border-color: #D8DBC2;
}
</style>