Shades of Fog #D1C8ED
Tints of Fog #D1C8ED
RGB
CMYK
RGB Variations
Color information
#D1C8ED (or 0xD1C8ED) is known color: Fog. HEX triplet: D1, C8 and ED. RGB value is (209,200,237). Sum of RGB (Red+Green+Blue) = 209+200+237=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1C8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C8ED is #2E3712. Grayscale: #CECECE. Windows color (decimal): -3028755 or 15583441. OLE color: 15583441.
HSL color Cylindrical-coordinate representation of color #D1C8ED: hue angle of 254.59º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1C8ED is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 200 | 237 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.07 |
| HSL | 254.59º | 0.51% | 0.86% | - |
| HSV(B) | 254.59º | 0.16% | 0.93% | - |
| XYZ | 62.23 | 60.98 | 88.61 | - |
| YUV | 206.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 237 | 0.12 | 0.16 | 0 | 0.07 | 254.59 | 0.51 | 0.86 |
| Hex | D1 | C8 | ED | C | 10 | 0 | 7 | FF | 33 | 56 |
| Octal | 321 | 310 | 355 | 14 | 20 | 0 | 7 | 377 | 63 | 126 |
| Binary | 11010001 | 11001000 | 11101101 | 1100 | 10000 | 0 | 111 | 11111111 | 110011 | 1010110 |
Color Harmonies of #D1C8ED
Complementary color
Monochromatic Colors of #D1C8ED
Black with #D1C8ED
Text Example
Text Example
White with #D1C8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C8ED; }
p { color: rgb(209,200,237); }
H1.HeaderClassName
{
color: #D1C8ED;
}
.AnyTagClassName
{
color: #D1C8ED;
}
</style>
background-color css
<style>
a { background-color: #D1C8ED; }
a { background-color: rgb(209,200,237); }
div.DivClassName
{
background-color: #D1C8ED;
}
.BgClassName
{
background-color: #D1C8ED;
}
</style>
border-color css
<style>
span { border-color: #D1C8ED; }
span { border-color: rgb(209,200,237); }
td.TdClassName
{
border-color: #D1C8ED;
}
.TagClassName
{
border-color: #D1C8ED;
}
</style>