Shades of Frost #D8DCC5
Tints of Frost #D8DCC5
RGB
CMYK
RGB Variations
Color information
#D8DCC5 (or 0xD8DCC5) is known color: Frost. HEX triplet: D8, DC and C5. RGB value is (216,220,197). Sum of RGB (Red+Green+Blue) = 216+220+197=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCC5 is #27233A. Grayscale: #D8D8D8. Windows color (decimal): -2564923 or 12967128. OLE color: 12967128.
HSL color Cylindrical-coordinate representation of color #D8DCC5: hue angle of 70.43º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DCC5 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 197 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.14 |
| HSL | 70.43º | 0.25% | 0.82% | - |
| HSV(B) | 70.43º | 0.1% | 0.86% | - |
| XYZ | 63.99 | 69.82 | 62.93 | - |
| YUV | 216.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 197 | 0.02 | 0 | 0.10 | 0.14 | 70.43 | 0.25 | 0.82 |
| Hex | D8 | DC | C5 | 2 | 0 | A | E | 46 | 19 | 52 |
| Octal | 330 | 334 | 305 | 2 | 0 | 12 | 16 | 106 | 31 | 122 |
| Binary | 11011000 | 11011100 | 11000101 | 10 | 0 | 1010 | 1110 | 1000110 | 11001 | 1010010 |
Color Harmonies of #D8DCC5
Complementary color
Monochromatic Colors of #D8DCC5
Black with #D8DCC5
Text Example
Text Example
White with #D8DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCC5; }
p { color: rgb(216,220,197); }
H1.HeaderClassName
{
color: #D8DCC5;
}
.AnyTagClassName
{
color: #D8DCC5;
}
</style>
background-color css
<style>
a { background-color: #D8DCC5; }
a { background-color: rgb(216,220,197); }
div.DivClassName
{
background-color: #D8DCC5;
}
.BgClassName
{
background-color: #D8DCC5;
}
</style>
border-color css
<style>
span { border-color: #D8DCC5; }
span { border-color: rgb(216,220,197); }
td.TdClassName
{
border-color: #D8DCC5;
}
.TagClassName
{
border-color: #D8DCC5;
}
</style>