Shades of Fog #D7D0ED
Tints of Fog #D7D0ED
RGB
CMYK
RGB Variations
Color information
#D7D0ED (or 0xD7D0ED) is known color: Fog. HEX triplet: D7, D0 and ED. RGB value is (215,208,237). Sum of RGB (Red+Green+Blue) = 215+208+237=660 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.58% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D0ED is #282F12. Grayscale: #D5D5D5. Windows color (decimal): -2633491 or 15585495. OLE color: 15585495.
HSL color Cylindrical-coordinate representation of color #D7D0ED: hue angle of 254.48º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7D0ED is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 208 | 237 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.07 |
| HSL | 254.48º | 0.45% | 0.87% | - |
| HSV(B) | 254.48º | 0.12% | 0.93% | - |
| XYZ | 65.87 | 65.67 | 89.33 | - |
| YUV | 213.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 237 | 0.09 | 0.12 | 0 | 0.07 | 254.48 | 0.45 | 0.87 |
| Hex | D7 | D0 | ED | 9 | C | 0 | 7 | FE | 2D | 57 |
| Octal | 327 | 320 | 355 | 11 | 14 | 0 | 7 | 376 | 55 | 127 |
| Binary | 11010111 | 11010000 | 11101101 | 1001 | 1100 | 0 | 111 | 11111110 | 101101 | 1010111 |
Color Harmonies of #D7D0ED
Complementary color
Monochromatic Colors of #D7D0ED
Black with #D7D0ED
Text Example
Text Example
White with #D7D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D0ED; }
p { color: rgb(215,208,237); }
H1.HeaderClassName
{
color: #D7D0ED;
}
.AnyTagClassName
{
color: #D7D0ED;
}
</style>
background-color css
<style>
a { background-color: #D7D0ED; }
a { background-color: rgb(215,208,237); }
div.DivClassName
{
background-color: #D7D0ED;
}
.BgClassName
{
background-color: #D7D0ED;
}
</style>
border-color css
<style>
span { border-color: #D7D0ED; }
span { border-color: rgb(215,208,237); }
td.TdClassName
{
border-color: #D7D0ED;
}
.TagClassName
{
border-color: #D7D0ED;
}
</style>