Shades of Fog #D1C6E5
Tints of Fog #D1C6E5
RGB
CMYK
RGB Variations
Color information
#D1C6E5 (or 0xD1C6E5) is known color: Fog. HEX triplet: D1, C6 and E5. RGB value is (209,198,229). Sum of RGB (Red+Green+Blue) = 209+198+229=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #D1C6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C6E5 is #2E391A. Grayscale: #CCCCCC. Windows color (decimal): -3029275 or 15058641. OLE color: 15058641.
HSL color Cylindrical-coordinate representation of color #D1C6E5: hue angle of 261.29º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1C6E5 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 198 | 229 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.10 |
| HSL | 261.29º | 0.37% | 0.84% | - |
| HSV(B) | 261.29º | 0.14% | 0.9% | - |
| XYZ | 60.63 | 59.6 | 82.44 | - |
| YUV | 204.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 198 | 229 | 0.09 | 0.14 | 0 | 0.10 | 261.29 | 0.37 | 0.84 |
| Hex | D1 | C6 | E5 | 9 | E | 0 | A | 105 | 25 | 54 |
| Octal | 321 | 306 | 345 | 11 | 16 | 0 | 12 | 405 | 45 | 124 |
| Binary | 11010001 | 11000110 | 11100101 | 1001 | 1110 | 0 | 1010 | 100000101 | 100101 | 1010100 |
Color Harmonies of #D1C6E5
Complementary color
Monochromatic Colors of #D1C6E5
Black with #D1C6E5
Text Example
Text Example
White with #D1C6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C6E5; }
p { color: rgb(209,198,229); }
H1.HeaderClassName
{
color: #D1C6E5;
}
.AnyTagClassName
{
color: #D1C6E5;
}
</style>
background-color css
<style>
a { background-color: #D1C6E5; }
a { background-color: rgb(209,198,229); }
div.DivClassName
{
background-color: #D1C6E5;
}
.BgClassName
{
background-color: #D1C6E5;
}
</style>
border-color css
<style>
span { border-color: #D1C6E5; }
span { border-color: rgb(209,198,229); }
td.TdClassName
{
border-color: #D1C6E5;
}
.TagClassName
{
border-color: #D1C6E5;
}
</style>