Shades of Frost #D7DDBB
Tints of Frost #D7DDBB
RGB
CMYK
RGB Variations
Color information
#D7DDBB (or 0xD7DDBB) is known color: Frost. HEX triplet: D7, DD and BB. RGB value is (215,221,187). Sum of RGB (Red+Green+Blue) = 215+221+187=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDBB is #282244. Grayscale: #D7D7D7. Windows color (decimal): -2630213 or 12312023. OLE color: 12312023.
HSL color Cylindrical-coordinate representation of color #D7DDBB: hue angle of 70.59º 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 #D7DDBB is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 221 | 187 | - |
CMYK | 0.03 | 0 | 0.15 | 0.13 |
HSL | 70.59º | 0.33% | 0.8% | - |
HSV(B) | 70.59º | 0.15% | 0.87% | - |
XYZ | 62.85 | 69.75 | 57.16 | - |
YUV | 215.33 | 112.01 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 221 | 187 | 0.03 | 0 | 0.15 | 0.13 | 70.59 | 0.33 | 0.8 |
Hex | D7 | DD | BB | 3 | 0 | F | D | 47 | 21 | 50 |
Octal | 327 | 335 | 273 | 3 | 0 | 17 | 15 | 107 | 41 | 120 |
Binary | 11010111 | 11011101 | 10111011 | 11 | 0 | 1111 | 1101 | 1000111 | 100001 | 1010000 |
Color Harmonies of #D7DDBB
Complementary color
Monochromatic Colors of #D7DDBB
Black with #D7DDBB
Text Example
Text Example
White with #D7DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DDBB; }
p { color: rgb(215,221,187); }
H1.HeaderClassName
{
color: #D7DDBB;
}
.AnyTagClassName
{
color: #D7DDBB;
}
</style>
background-color css
<style>
a { background-color: #D7DDBB; }
a { background-color: rgb(215,221,187); }
div.DivClassName
{
background-color: #D7DDBB;
}
.BgClassName
{
background-color: #D7DDBB;
}
</style>
border-color css
<style>
span { border-color: #D7DDBB; }
span { border-color: rgb(215,221,187); }
td.TdClassName
{
border-color: #D7DDBB;
}
.TagClassName
{
border-color: #D7DDBB;
}
</style>