Shades of Fog #D1C7E6
Tints of Fog #D1C7E6
RGB
CMYK
RGB Variations
Color information
#D1C7E6 (or 0xD1C7E6) is known color: Fog. HEX triplet: D1, C7 and E6. RGB value is (209,199,230). Sum of RGB (Red+Green+Blue) = 209+199+230=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #D1C7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C7E6 is #2E3819. Grayscale: #CDCDCD. Windows color (decimal): -3029018 or 15124433. OLE color: 15124433.
HSL color Cylindrical-coordinate representation of color #D1C7E6: hue angle of 259.35º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1C7E6 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 199 | 230 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.10 |
| HSL | 259.35º | 0.38% | 0.84% | - |
| HSV(B) | 259.35º | 0.13% | 0.9% | - |
| XYZ | 61 | 60.12 | 83.25 | - |
| YUV | 205.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 230 | 0.09 | 0.13 | 0 | 0.10 | 259.35 | 0.38 | 0.84 |
| Hex | D1 | C7 | E6 | 9 | D | 0 | A | 103 | 26 | 54 |
| Octal | 321 | 307 | 346 | 11 | 15 | 0 | 12 | 403 | 46 | 124 |
| Binary | 11010001 | 11000111 | 11100110 | 1001 | 1101 | 0 | 1010 | 100000011 | 100110 | 1010100 |
Color Harmonies of #D1C7E6
Complementary color
Monochromatic Colors of #D1C7E6
Black with #D1C7E6
Text Example
Text Example
White with #D1C7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C7E6; }
p { color: rgb(209,199,230); }
H1.HeaderClassName
{
color: #D1C7E6;
}
.AnyTagClassName
{
color: #D1C7E6;
}
</style>
background-color css
<style>
a { background-color: #D1C7E6; }
a { background-color: rgb(209,199,230); }
div.DivClassName
{
background-color: #D1C7E6;
}
.BgClassName
{
background-color: #D1C7E6;
}
</style>
border-color css
<style>
span { border-color: #D1C7E6; }
span { border-color: rgb(209,199,230); }
td.TdClassName
{
border-color: #D1C7E6;
}
.TagClassName
{
border-color: #D1C7E6;
}
</style>