Shades of Frost #D7DDBC
Tints of Frost #D7DDBC
RGB
CMYK
RGB Variations
Color information
#D7DDBC (or 0xD7DDBC) is known color: Frost. HEX triplet: D7, DD and BC. RGB value is (215,221,188). Sum of RGB (Red+Green+Blue) = 215+221+188=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDBC is #282243. Grayscale: #D7D7D7. Windows color (decimal): -2630212 or 12377559. OLE color: 12377559.
HSL color Cylindrical-coordinate representation of color #D7DDBC: hue angle of 70.91º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7DDBC is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 221 | 188 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.13 |
| HSL | 70.91º | 0.33% | 0.8% | - |
| HSV(B) | 70.91º | 0.15% | 0.87% | - |
| XYZ | 62.96 | 69.79 | 57.73 | - |
| YUV | 215.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 221 | 188 | 0.03 | 0 | 0.15 | 0.13 | 70.91 | 0.33 | 0.8 |
| Hex | D7 | DD | BC | 3 | 0 | F | D | 47 | 21 | 50 |
| Octal | 327 | 335 | 274 | 3 | 0 | 17 | 15 | 107 | 41 | 120 |
| Binary | 11010111 | 11011101 | 10111100 | 11 | 0 | 1111 | 1101 | 1000111 | 100001 | 1010000 |
Color Harmonies of #D7DDBC
Complementary color
Monochromatic Colors of #D7DDBC
Black with #D7DDBC
Text Example
Text Example
White with #D7DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DDBC; }
p { color: rgb(215,221,188); }
H1.HeaderClassName
{
color: #D7DDBC;
}
.AnyTagClassName
{
color: #D7DDBC;
}
</style>
background-color css
<style>
a { background-color: #D7DDBC; }
a { background-color: rgb(215,221,188); }
div.DivClassName
{
background-color: #D7DDBC;
}
.BgClassName
{
background-color: #D7DDBC;
}
</style>
border-color css
<style>
span { border-color: #D7DDBC; }
span { border-color: rgb(215,221,188); }
td.TdClassName
{
border-color: #D7DDBC;
}
.TagClassName
{
border-color: #D7DDBC;
}
</style>