Shades of Frost #D8DDBE
Tints of Frost #D8DDBE
RGB
CMYK
RGB Variations
Color information
#D8DDBE (or 0xD8DDBE) is known color: Frost. HEX triplet: D8, DD and BE. RGB value is (216,221,190). Sum of RGB (Red+Green+Blue) = 216+221+190=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDBE is #272241. Grayscale: #D8D8D8. Windows color (decimal): -2564674 or 12508632. OLE color: 12508632.
HSL color Cylindrical-coordinate representation of color #D8DDBE: hue angle of 69.68º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8DDBE is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 190 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.13 |
| HSL | 69.68º | 0.31% | 0.81% | - |
| HSV(B) | 69.68º | 0.14% | 0.87% | - |
| XYZ | 63.47 | 70.03 | 58.89 | - |
| YUV | 215.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 190 | 0.02 | 0 | 0.14 | 0.13 | 69.68 | 0.31 | 0.81 |
| Hex | D8 | DD | BE | 2 | 0 | E | D | 46 | 1F | 51 |
| Octal | 330 | 335 | 276 | 2 | 0 | 16 | 15 | 106 | 37 | 121 |
| Binary | 11011000 | 11011101 | 10111110 | 10 | 0 | 1110 | 1101 | 1000110 | 11111 | 1010001 |
Color Harmonies of #D8DDBE
Complementary color
Monochromatic Colors of #D8DDBE
Black with #D8DDBE
Text Example
Text Example
White with #D8DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDBE; }
p { color: rgb(216,221,190); }
H1.HeaderClassName
{
color: #D8DDBE;
}
.AnyTagClassName
{
color: #D8DDBE;
}
</style>
background-color css
<style>
a { background-color: #D8DDBE; }
a { background-color: rgb(216,221,190); }
div.DivClassName
{
background-color: #D8DDBE;
}
.BgClassName
{
background-color: #D8DDBE;
}
</style>
border-color css
<style>
span { border-color: #D8DDBE; }
span { border-color: rgb(216,221,190); }
td.TdClassName
{
border-color: #D8DDBE;
}
.TagClassName
{
border-color: #D8DDBE;
}
</style>