Shades of Fog #D1C4E3
Tints of Fog #D1C4E3
RGB
CMYK
RGB Variations
Color information
#D1C4E3 (or 0xD1C4E3) is known color: Fog. HEX triplet: D1, C4 and E3. RGB value is (209,196,227). Sum of RGB (Red+Green+Blue) = 209+196+227=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 227 (89.06% from 255 or 35.92% from 632); Max value from RGB is 227 - color contains mainly: blue. Hex color #D1C4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C4E3 is #2E3B1C. Grayscale: #CBCBCB. Windows color (decimal): -3029789 or 14927057. OLE color: 14927057.
HSL color Cylindrical-coordinate representation of color #D1C4E3: hue angle of 265.16º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1C4E3 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 196 | 227 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.11 |
| HSL | 265.16º | 0.36% | 0.83% | - |
| HSV(B) | 265.16º | 0.14% | 0.89% | - |
| XYZ | 59.9 | 58.58 | 80.82 | - |
| YUV | 203.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 227 | 0.08 | 0.14 | 0 | 0.11 | 265.16 | 0.36 | 0.83 |
| Hex | D1 | C4 | E3 | 8 | E | 0 | B | 109 | 24 | 53 |
| Octal | 321 | 304 | 343 | 10 | 16 | 0 | 13 | 411 | 44 | 123 |
| Binary | 11010001 | 11000100 | 11100011 | 1000 | 1110 | 0 | 1011 | 100001001 | 100100 | 1010011 |
Color Harmonies of #D1C4E3
Complementary color
Monochromatic Colors of #D1C4E3
Black with #D1C4E3
Text Example
Text Example
White with #D1C4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C4E3; }
p { color: rgb(209,196,227); }
H1.HeaderClassName
{
color: #D1C4E3;
}
.AnyTagClassName
{
color: #D1C4E3;
}
</style>
background-color css
<style>
a { background-color: #D1C4E3; }
a { background-color: rgb(209,196,227); }
div.DivClassName
{
background-color: #D1C4E3;
}
.BgClassName
{
background-color: #D1C4E3;
}
</style>
border-color css
<style>
span { border-color: #D1C4E3; }
span { border-color: rgb(209,196,227); }
td.TdClassName
{
border-color: #D1C4E3;
}
.TagClassName
{
border-color: #D1C4E3;
}
</style>