Shades of Frost #D8DDBD
Tints of Frost #D8DDBD
RGB
CMYK
RGB Variations
Color information
#D8DDBD (or 0xD8DDBD) is known color: Frost. HEX triplet: D8, DD and BD. RGB value is (216,221,189). Sum of RGB (Red+Green+Blue) = 216+221+189=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDBD is #272242. Grayscale: #D7D7D7. Windows color (decimal): -2564675 or 12443096. OLE color: 12443096.
HSL color Cylindrical-coordinate representation of color #D8DDBD: hue angle of 69.38º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8DDBD is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 216 | 221 | 189 | - |
CMYK | 0.02 | 0 | 0.14 | 0.13 |
HSL | 69.38º | 0.32% | 0.8% | - |
HSV(B) | 69.38º | 0.14% | 0.87% | - |
XYZ | 63.36 | 69.99 | 58.31 | - |
YUV | 215.86 | 112.84 | 128.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 221 | 189 | 0.02 | 0 | 0.14 | 0.13 | 69.38 | 0.32 | 0.8 |
Hex | D8 | DD | BD | 2 | 0 | E | D | 45 | 20 | 50 |
Octal | 330 | 335 | 275 | 2 | 0 | 16 | 15 | 105 | 40 | 120 |
Binary | 11011000 | 11011101 | 10111101 | 10 | 0 | 1110 | 1101 | 1000101 | 100000 | 1010000 |
Color Harmonies of #D8DDBD
Complementary color
Monochromatic Colors of #D8DDBD
Black with #D8DDBD
Text Example
Text Example
White with #D8DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDBD; }
p { color: rgb(216,221,189); }
H1.HeaderClassName
{
color: #D8DDBD;
}
.AnyTagClassName
{
color: #D8DDBD;
}
</style>
background-color css
<style>
a { background-color: #D8DDBD; }
a { background-color: rgb(216,221,189); }
div.DivClassName
{
background-color: #D8DDBD;
}
.BgClassName
{
background-color: #D8DDBD;
}
</style>
border-color css
<style>
span { border-color: #D8DDBD; }
span { border-color: rgb(216,221,189); }
td.TdClassName
{
border-color: #D8DDBD;
}
.TagClassName
{
border-color: #D8DDBD;
}
</style>