Shades of Fog #D1C4DF
Tints of Fog #D1C4DF
RGB
CMYK
RGB Variations
Color information
#D1C4DF (or 0xD1C4DF) is known color: Fog. HEX triplet: D1, C4 and DF. RGB value is (209,196,223). Sum of RGB (Red+Green+Blue) = 209+196+223=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1C4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C4DF is #2E3B20. Grayscale: #CACACA. Windows color (decimal): -3029793 or 14664913. OLE color: 14664913.
HSL color Cylindrical-coordinate representation of color #D1C4DF: hue angle of 268.89º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1C4DF is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 196 | 223 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.13 |
| HSL | 268.89º | 0.3% | 0.82% | - |
| HSV(B) | 268.89º | 0.12% | 0.87% | - |
| XYZ | 59.35 | 58.36 | 77.95 | - |
| YUV | 202.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 223 | 0.06 | 0.12 | 0 | 0.13 | 268.89 | 0.3 | 0.82 |
| Hex | D1 | C4 | DF | 6 | C | 0 | D | 10D | 1E | 52 |
| Octal | 321 | 304 | 337 | 6 | 14 | 0 | 15 | 415 | 36 | 122 |
| Binary | 11010001 | 11000100 | 11011111 | 110 | 1100 | 0 | 1101 | 100001101 | 11110 | 1010010 |
Color Harmonies of #D1C4DF
Complementary color
Monochromatic Colors of #D1C4DF
Black with #D1C4DF
Text Example
Text Example
White with #D1C4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C4DF; }
p { color: rgb(209,196,223); }
H1.HeaderClassName
{
color: #D1C4DF;
}
.AnyTagClassName
{
color: #D1C4DF;
}
</style>
background-color css
<style>
a { background-color: #D1C4DF; }
a { background-color: rgb(209,196,223); }
div.DivClassName
{
background-color: #D1C4DF;
}
.BgClassName
{
background-color: #D1C4DF;
}
</style>
border-color css
<style>
span { border-color: #D1C4DF; }
span { border-color: rgb(209,196,223); }
td.TdClassName
{
border-color: #D1C4DF;
}
.TagClassName
{
border-color: #D1C4DF;
}
</style>