Shades of Frost #D6DBBD
Tints of Frost #D6DBBD
RGB
CMYK
RGB Variations
Color information
#D6DBBD (or 0xD6DBBD) is known color: Frost. HEX triplet: D6, DB and BD. RGB value is (214,219,189). Sum of RGB (Red+Green+Blue) = 214+219+189=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBBD is #292442. Grayscale: #D6D6D6. Windows color (decimal): -2696259 or 12442582. OLE color: 12442582.
HSL color Cylindrical-coordinate representation of color #D6DBBD: hue angle of 70º degrees, saturation: 0.29, 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 #D6DBBD is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 219 | 189 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.14 |
| HSL | 70º | 0.29% | 0.8% | - |
| HSV(B) | 70º | 0.14% | 0.86% | - |
| XYZ | 62.25 | 68.63 | 58.11 | - |
| YUV | 214.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 219 | 189 | 0.02 | 0 | 0.14 | 0.14 | 70 | 0.29 | 0.8 |
| Hex | D6 | DB | BD | 2 | 0 | E | E | 46 | 1D | 50 |
| Octal | 326 | 333 | 275 | 2 | 0 | 16 | 16 | 106 | 35 | 120 |
| Binary | 11010110 | 11011011 | 10111101 | 10 | 0 | 1110 | 1110 | 1000110 | 11101 | 1010000 |
Color Harmonies of #D6DBBD
Complementary color
Monochromatic Colors of #D6DBBD
Black with #D6DBBD
Text Example
Text Example
White with #D6DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DBBD; }
p { color: rgb(214,219,189); }
H1.HeaderClassName
{
color: #D6DBBD;
}
.AnyTagClassName
{
color: #D6DBBD;
}
</style>
background-color css
<style>
a { background-color: #D6DBBD; }
a { background-color: rgb(214,219,189); }
div.DivClassName
{
background-color: #D6DBBD;
}
.BgClassName
{
background-color: #D6DBBD;
}
</style>
border-color css
<style>
span { border-color: #D6DBBD; }
span { border-color: rgb(214,219,189); }
td.TdClassName
{
border-color: #D6DBBD;
}
.TagClassName
{
border-color: #D6DBBD;
}
</style>