Shades of Fog #D1C8DF
Tints of Fog #D1C8DF
RGB
CMYK
RGB Variations
Color information
#D1C8DF (or 0xD1C8DF) is known color: Fog. HEX triplet: D1, C8 and DF. RGB value is (209,200,223). Sum of RGB (Red+Green+Blue) = 209+200+223=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1C8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C8DF is #2E3720. Grayscale: #CDCDCD. Windows color (decimal): -3028769 or 14665937. OLE color: 14665937.
HSL color Cylindrical-coordinate representation of color #D1C8DF: hue angle of 263.48º degrees, saturation: 0.26, 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 #D1C8DF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 200 | 223 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.13 |
| HSL | 263.48º | 0.26% | 0.83% | - |
| HSV(B) | 263.48º | 0.1% | 0.87% | - |
| XYZ | 60.27 | 60.19 | 78.25 | - |
| YUV | 205.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 223 | 0.06 | 0.10 | 0 | 0.13 | 263.48 | 0.26 | 0.83 |
| Hex | D1 | C8 | DF | 6 | A | 0 | D | 107 | 1A | 53 |
| Octal | 321 | 310 | 337 | 6 | 12 | 0 | 15 | 407 | 32 | 123 |
| Binary | 11010001 | 11001000 | 11011111 | 110 | 1010 | 0 | 1101 | 100000111 | 11010 | 1010011 |
Color Harmonies of #D1C8DF
Complementary color
Monochromatic Colors of #D1C8DF
Black with #D1C8DF
Text Example
Text Example
White with #D1C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C8DF; }
p { color: rgb(209,200,223); }
H1.HeaderClassName
{
color: #D1C8DF;
}
.AnyTagClassName
{
color: #D1C8DF;
}
</style>
background-color css
<style>
a { background-color: #D1C8DF; }
a { background-color: rgb(209,200,223); }
div.DivClassName
{
background-color: #D1C8DF;
}
.BgClassName
{
background-color: #D1C8DF;
}
</style>
border-color css
<style>
span { border-color: #D1C8DF; }
span { border-color: rgb(209,200,223); }
td.TdClassName
{
border-color: #D1C8DF;
}
.TagClassName
{
border-color: #D1C8DF;
}
</style>