Shades of Fog #D7D1EA
Tints of Fog #D7D1EA
RGB
CMYK
RGB Variations
Color information
#D7D1EA (or 0xD7D1EA) is known color: Fog. HEX triplet: D7, D1 and EA. RGB value is (215,209,234). Sum of RGB (Red+Green+Blue) = 215+209+234=658 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.67% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7D1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D1EA is #282E15. Grayscale: #D5D5D5. Windows color (decimal): -2633238 or 15389143. OLE color: 15389143.
HSL color Cylindrical-coordinate representation of color #D7D1EA: hue angle of 254.4º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7D1EA is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 209 | 234 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.08 |
| HSL | 254.4º | 0.37% | 0.87% | - |
| HSV(B) | 254.4º | 0.11% | 0.92% | - |
| XYZ | 65.68 | 65.99 | 87.12 | - |
| YUV | 213.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 234 | 0.08 | 0.11 | 0 | 0.08 | 254.4 | 0.37 | 0.87 |
| Hex | D7 | D1 | EA | 8 | B | 0 | 8 | FE | 25 | 57 |
| Octal | 327 | 321 | 352 | 10 | 13 | 0 | 10 | 376 | 45 | 127 |
| Binary | 11010111 | 11010001 | 11101010 | 1000 | 1011 | 0 | 1000 | 11111110 | 100101 | 1010111 |
Color Harmonies of #D7D1EA
Complementary color
Monochromatic Colors of #D7D1EA
Black with #D7D1EA
Text Example
Text Example
White with #D7D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D1EA; }
p { color: rgb(215,209,234); }
H1.HeaderClassName
{
color: #D7D1EA;
}
.AnyTagClassName
{
color: #D7D1EA;
}
</style>
background-color css
<style>
a { background-color: #D7D1EA; }
a { background-color: rgb(215,209,234); }
div.DivClassName
{
background-color: #D7D1EA;
}
.BgClassName
{
background-color: #D7D1EA;
}
</style>
border-color css
<style>
span { border-color: #D7D1EA; }
span { border-color: rgb(215,209,234); }
td.TdClassName
{
border-color: #D7D1EA;
}
.TagClassName
{
border-color: #D7D1EA;
}
</style>