Shades of Frost #D8DCBE
Tints of Frost #D8DCBE
RGB
CMYK
RGB Variations
Color information
#D8DCBE (or 0xD8DCBE) is known color: Frost. HEX triplet: D8, DC and BE. RGB value is (216,220,190). Sum of RGB (Red+Green+Blue) = 216+220+190=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCBE is #272341. Grayscale: #D7D7D7. Windows color (decimal): -2564930 or 12508376. OLE color: 12508376.
HSL color Cylindrical-coordinate representation of color #D8DCBE: hue angle of 68º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8DCBE is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 190 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.14 |
| HSL | 68º | 0.3% | 0.8% | - |
| HSV(B) | 68º | 0.14% | 0.86% | - |
| XYZ | 63.21 | 69.5 | 58.8 | - |
| YUV | 215.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 190 | 0.02 | 0 | 0.14 | 0.14 | 68 | 0.3 | 0.8 |
| Hex | D8 | DC | BE | 2 | 0 | E | E | 44 | 1E | 50 |
| Octal | 330 | 334 | 276 | 2 | 0 | 16 | 16 | 104 | 36 | 120 |
| Binary | 11011000 | 11011100 | 10111110 | 10 | 0 | 1110 | 1110 | 1000100 | 11110 | 1010000 |
Color Harmonies of #D8DCBE
Complementary color
Monochromatic Colors of #D8DCBE
Black with #D8DCBE
Text Example
Text Example
White with #D8DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCBE; }
p { color: rgb(216,220,190); }
H1.HeaderClassName
{
color: #D8DCBE;
}
.AnyTagClassName
{
color: #D8DCBE;
}
</style>
background-color css
<style>
a { background-color: #D8DCBE; }
a { background-color: rgb(216,220,190); }
div.DivClassName
{
background-color: #D8DCBE;
}
.BgClassName
{
background-color: #D8DCBE;
}
</style>
border-color css
<style>
span { border-color: #D8DCBE; }
span { border-color: rgb(216,220,190); }
td.TdClassName
{
border-color: #D8DCBE;
}
.TagClassName
{
border-color: #D8DCBE;
}
</style>