Shades of Fog #D1C8EF
Tints of Fog #D1C8EF
RGB
CMYK
RGB Variations
Color information
#D1C8EF (or 0xD1C8EF) is known color: Fog. HEX triplet: D1, C8 and EF. RGB value is (209,200,239). Sum of RGB (Red+Green+Blue) = 209+200+239=648 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.25% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C8EF is #2E3710. Grayscale: #CECECE. Windows color (decimal): -3028753 or 15714513. OLE color: 15714513.
HSL color Cylindrical-coordinate representation of color #D1C8EF: hue angle of 253.85º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1C8EF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 200 | 239 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.06 |
| HSL | 253.85º | 0.55% | 0.86% | - |
| HSV(B) | 253.85º | 0.16% | 0.94% | - |
| XYZ | 62.53 | 61.1 | 90.16 | - |
| YUV | 207.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 239 | 0.13 | 0.16 | 0 | 0.06 | 253.85 | 0.55 | 0.86 |
| Hex | D1 | C8 | EF | D | 10 | 0 | 6 | FE | 37 | 56 |
| Octal | 321 | 310 | 357 | 15 | 20 | 0 | 6 | 376 | 67 | 126 |
| Binary | 11010001 | 11001000 | 11101111 | 1101 | 10000 | 0 | 110 | 11111110 | 110111 | 1010110 |
Color Harmonies of #D1C8EF
Complementary color
Monochromatic Colors of #D1C8EF
Black with #D1C8EF
Text Example
Text Example
White with #D1C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C8EF; }
p { color: rgb(209,200,239); }
H1.HeaderClassName
{
color: #D1C8EF;
}
.AnyTagClassName
{
color: #D1C8EF;
}
</style>
background-color css
<style>
a { background-color: #D1C8EF; }
a { background-color: rgb(209,200,239); }
div.DivClassName
{
background-color: #D1C8EF;
}
.BgClassName
{
background-color: #D1C8EF;
}
</style>
border-color css
<style>
span { border-color: #D1C8EF; }
span { border-color: rgb(209,200,239); }
td.TdClassName
{
border-color: #D1C8EF;
}
.TagClassName
{
border-color: #D1C8EF;
}
</style>