Shades of Frost #D6DDBD
Tints of Frost #D6DDBD
RGB
CMYK
RGB Variations
Color information
#D6DDBD (or 0xD6DDBD) is known color: Frost. HEX triplet: D6, DD and BD. RGB value is (214,221,189). Sum of RGB (Red+Green+Blue) = 214+221+189=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDBD is #292242. Grayscale: #D7D7D7. Windows color (decimal): -2695747 or 12443094. OLE color: 12443094.
HSL color Cylindrical-coordinate representation of color #D6DDBD: hue angle of 73.12º 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 #D6DDBD is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 189 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.13 |
| HSL | 73.13º | 0.32% | 0.8% | - |
| HSV(B) | 73.13º | 0.14% | 0.87% | - |
| XYZ | 62.77 | 69.68 | 58.29 | - |
| YUV | 215.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 189 | 0.03 | 0 | 0.14 | 0.13 | 73.13 | 0.32 | 0.8 |
| Hex | D6 | DD | BD | 3 | 0 | E | D | 49 | 20 | 50 |
| Octal | 326 | 335 | 275 | 3 | 0 | 16 | 15 | 111 | 40 | 120 |
| Binary | 11010110 | 11011101 | 10111101 | 11 | 0 | 1110 | 1101 | 1001001 | 100000 | 1010000 |
Color Harmonies of #D6DDBD
Complementary color
Monochromatic Colors of #D6DDBD
Black with #D6DDBD
Text Example
Text Example
White with #D6DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDBD; }
p { color: rgb(214,221,189); }
H1.HeaderClassName
{
color: #D6DDBD;
}
.AnyTagClassName
{
color: #D6DDBD;
}
</style>
background-color css
<style>
a { background-color: #D6DDBD; }
a { background-color: rgb(214,221,189); }
div.DivClassName
{
background-color: #D6DDBD;
}
.BgClassName
{
background-color: #D6DDBD;
}
</style>
border-color css
<style>
span { border-color: #D6DDBD; }
span { border-color: rgb(214,221,189); }
td.TdClassName
{
border-color: #D6DDBD;
}
.TagClassName
{
border-color: #D6DDBD;
}
</style>