Shades of Frost #D8DDC0
Tints of Frost #D8DDC0
RGB
CMYK
RGB Variations
Color information
#D8DDC0 (or 0xD8DDC0) is known color: Frost. HEX triplet: D8, DD and C0. RGB value is (216,221,192). Sum of RGB (Red+Green+Blue) = 216+221+192=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDC0 is #27223F. Grayscale: #D8D8D8. Windows color (decimal): -2564672 or 12639704. OLE color: 12639704.
HSL color Cylindrical-coordinate representation of color #D8DDC0: hue angle of 70.34º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8DDC0 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 192 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.13 |
| HSL | 70.34º | 0.3% | 0.81% | - |
| HSV(B) | 70.34º | 0.13% | 0.87% | - |
| XYZ | 63.69 | 70.12 | 60.05 | - |
| YUV | 216.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 192 | 0.02 | 0 | 0.13 | 0.13 | 70.34 | 0.3 | 0.81 |
| Hex | D8 | DD | C0 | 2 | 0 | D | D | 46 | 1E | 51 |
| Octal | 330 | 335 | 300 | 2 | 0 | 15 | 15 | 106 | 36 | 121 |
| Binary | 11011000 | 11011101 | 11000000 | 10 | 0 | 1101 | 1101 | 1000110 | 11110 | 1010001 |
Color Harmonies of #D8DDC0
Complementary color
Monochromatic Colors of #D8DDC0
Black with #D8DDC0
Text Example
Text Example
White with #D8DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDC0; }
p { color: rgb(216,221,192); }
H1.HeaderClassName
{
color: #D8DDC0;
}
.AnyTagClassName
{
color: #D8DDC0;
}
</style>
background-color css
<style>
a { background-color: #D8DDC0; }
a { background-color: rgb(216,221,192); }
div.DivClassName
{
background-color: #D8DDC0;
}
.BgClassName
{
background-color: #D8DDC0;
}
</style>
border-color css
<style>
span { border-color: #D8DDC0; }
span { border-color: rgb(216,221,192); }
td.TdClassName
{
border-color: #D8DDC0;
}
.TagClassName
{
border-color: #D8DDC0;
}
</style>