Shades of Fog #D6D1E5
Tints of Fog #D6D1E5
RGB
CMYK
RGB Variations
Color information
#D6D1E5 (or 0xD6D1E5) is known color: Fog. HEX triplet: D6, D1 and E5. RGB value is (214,209,229). Sum of RGB (Red+Green+Blue) = 214+209+229=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 229 - color contains mainly: blue. Hex color #D6D1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1E5 is #292E1A. Grayscale: #D4D4D4. Windows color (decimal): -2698779 or 15061462. OLE color: 15061462.
HSL color Cylindrical-coordinate representation of color #D6D1E5: hue angle of 255º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6D1E5 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 209 | 229 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.10 |
| HSL | 255º | 0.28% | 0.86% | - |
| HSV(B) | 255º | 0.09% | 0.9% | - |
| XYZ | 64.67 | 65.55 | 83.37 | - |
| YUV | 212.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 229 | 0.07 | 0.09 | 0 | 0.10 | 255 | 0.28 | 0.86 |
| Hex | D6 | D1 | E5 | 7 | 9 | 0 | A | FF | 1C | 56 |
| Octal | 326 | 321 | 345 | 7 | 11 | 0 | 12 | 377 | 34 | 126 |
| Binary | 11010110 | 11010001 | 11100101 | 111 | 1001 | 0 | 1010 | 11111111 | 11100 | 1010110 |
Color Harmonies of #D6D1E5
Complementary color
Monochromatic Colors of #D6D1E5
Black with #D6D1E5
Text Example
Text Example
White with #D6D1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D1E5; }
p { color: rgb(214,209,229); }
H1.HeaderClassName
{
color: #D6D1E5;
}
.AnyTagClassName
{
color: #D6D1E5;
}
</style>
background-color css
<style>
a { background-color: #D6D1E5; }
a { background-color: rgb(214,209,229); }
div.DivClassName
{
background-color: #D6D1E5;
}
.BgClassName
{
background-color: #D6D1E5;
}
</style>
border-color css
<style>
span { border-color: #D6D1E5; }
span { border-color: rgb(214,209,229); }
td.TdClassName
{
border-color: #D6D1E5;
}
.TagClassName
{
border-color: #D6D1E5;
}
</style>