Shades of Fog #D1C8DE
Tints of Fog #D1C8DE
RGB
CMYK
RGB Variations
Color information
#D1C8DE (or 0xD1C8DE) is known color: Fog. HEX triplet: D1, C8 and DE. RGB value is (209,200,222). Sum of RGB (Red+Green+Blue) = 209+200+222=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1C8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C8DE is #2E3721. Grayscale: #CDCDCD. Windows color (decimal): -3028770 or 14600401. OLE color: 14600401.
HSL color Cylindrical-coordinate representation of color #D1C8DE: hue angle of 264.55º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1C8DE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 200 | 222 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.13 |
| HSL | 264.55º | 0.25% | 0.83% | - |
| HSV(B) | 264.55º | 0.1% | 0.87% | - |
| XYZ | 60.13 | 60.14 | 77.55 | - |
| YUV | 205.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 222 | 0.06 | 0.10 | 0 | 0.13 | 264.55 | 0.25 | 0.83 |
| Hex | D1 | C8 | DE | 6 | A | 0 | D | 109 | 19 | 53 |
| Octal | 321 | 310 | 336 | 6 | 12 | 0 | 15 | 411 | 31 | 123 |
| Binary | 11010001 | 11001000 | 11011110 | 110 | 1010 | 0 | 1101 | 100001001 | 11001 | 1010011 |
Color Harmonies of #D1C8DE
Complementary color
Monochromatic Colors of #D1C8DE
Black with #D1C8DE
Text Example
Text Example
White with #D1C8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C8DE; }
p { color: rgb(209,200,222); }
H1.HeaderClassName
{
color: #D1C8DE;
}
.AnyTagClassName
{
color: #D1C8DE;
}
</style>
background-color css
<style>
a { background-color: #D1C8DE; }
a { background-color: rgb(209,200,222); }
div.DivClassName
{
background-color: #D1C8DE;
}
.BgClassName
{
background-color: #D1C8DE;
}
</style>
border-color css
<style>
span { border-color: #D1C8DE; }
span { border-color: rgb(209,200,222); }
td.TdClassName
{
border-color: #D1C8DE;
}
.TagClassName
{
border-color: #D1C8DE;
}
</style>