Shades of Fog #D7D5DD
Tints of Fog #D7D5DD
RGB
CMYK
RGB Variations
Color information
#D7D5DD (or 0xD7D5DD) is known color: Fog. HEX triplet: D7, D5 and DD. RGB value is (215,213,221). Sum of RGB (Red+Green+Blue) = 215+213+221=649 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.13% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7D5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D5DD is #282A22. Grayscale: #D6D6D6. Windows color (decimal): -2632227 or 14538199. OLE color: 14538199.
HSL color Cylindrical-coordinate representation of color #D7D5DD: hue angle of 255º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7D5DD is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 213 | 221 | - |
CMYK | 0.03 | 0.04 | 0 | 0.13 |
HSL | 255º | 0.11% | 0.85% | - |
HSV(B) | 255º | 0.04% | 0.87% | - |
XYZ | 64.87 | 67.26 | 77.97 | - |
YUV | 214.51 | 131.66 | 128.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 213 | 221 | 0.03 | 0.04 | 0 | 0.13 | 255 | 0.11 | 0.85 |
Hex | D7 | D5 | DD | 3 | 4 | 0 | D | FF | B | 55 |
Octal | 327 | 325 | 335 | 3 | 4 | 0 | 15 | 377 | 13 | 125 |
Binary | 11010111 | 11010101 | 11011101 | 11 | 100 | 0 | 1101 | 11111111 | 1011 | 1010101 |
Color Harmonies of #D7D5DD
Complementary color
Monochromatic Colors of #D7D5DD
Black with #D7D5DD
Text Example
Text Example
White with #D7D5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D5DD; }
p { color: rgb(215,213,221); }
H1.HeaderClassName
{
color: #D7D5DD;
}
.AnyTagClassName
{
color: #D7D5DD;
}
</style>
background-color css
<style>
a { background-color: #D7D5DD; }
a { background-color: rgb(215,213,221); }
div.DivClassName
{
background-color: #D7D5DD;
}
.BgClassName
{
background-color: #D7D5DD;
}
</style>
border-color css
<style>
span { border-color: #D7D5DD; }
span { border-color: rgb(215,213,221); }
td.TdClassName
{
border-color: #D7D5DD;
}
.TagClassName
{
border-color: #D7D5DD;
}
</style>