Shades of Fog #D1C8E6
Tints of Fog #D1C8E6
RGB
CMYK
RGB Variations
Color information
#D1C8E6 (or 0xD1C8E6) is known color: Fog. HEX triplet: D1, C8 and E6. RGB value is (209,200,230). Sum of RGB (Red+Green+Blue) = 209+200+230=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #D1C8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C8E6 is #2E3719. Grayscale: #CECECE. Windows color (decimal): -3028762 or 15124689. OLE color: 15124689.
HSL color Cylindrical-coordinate representation of color #D1C8E6: hue angle of 258º 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 #D1C8E6 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 200 | 230 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.10 |
| HSL | 258º | 0.38% | 0.84% | - |
| HSV(B) | 258º | 0.13% | 0.9% | - |
| XYZ | 61.23 | 60.58 | 83.33 | - |
| YUV | 206.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 230 | 0.09 | 0.13 | 0 | 0.10 | 258 | 0.38 | 0.84 |
| Hex | D1 | C8 | E6 | 9 | D | 0 | A | 102 | 26 | 54 |
| Octal | 321 | 310 | 346 | 11 | 15 | 0 | 12 | 402 | 46 | 124 |
| Binary | 11010001 | 11001000 | 11100110 | 1001 | 1101 | 0 | 1010 | 100000010 | 100110 | 1010100 |
Color Harmonies of #D1C8E6
Complementary color
Monochromatic Colors of #D1C8E6
Black with #D1C8E6
Text Example
Text Example
White with #D1C8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C8E6; }
p { color: rgb(209,200,230); }
H1.HeaderClassName
{
color: #D1C8E6;
}
.AnyTagClassName
{
color: #D1C8E6;
}
</style>
background-color css
<style>
a { background-color: #D1C8E6; }
a { background-color: rgb(209,200,230); }
div.DivClassName
{
background-color: #D1C8E6;
}
.BgClassName
{
background-color: #D1C8E6;
}
</style>
border-color css
<style>
span { border-color: #D1C8E6; }
span { border-color: rgb(209,200,230); }
td.TdClassName
{
border-color: #D1C8E6;
}
.TagClassName
{
border-color: #D1C8E6;
}
</style>