Shades of Fog #D9C1EC
Tints of Fog #D9C1EC
RGB
CMYK
RGB Variations
Color information
#D9C1EC (or 0xD9C1EC) is known color: Fog. HEX triplet: D9, C1 and EC. RGB value is (217,193,236). Sum of RGB (Red+Green+Blue) = 217+193+236=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C1EC is #263E13. Grayscale: #CCCCCC. Windows color (decimal): -2506260 or 15516121. OLE color: 15516121.
HSL color Cylindrical-coordinate representation of color #D9C1EC: hue angle of 273.49º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9C1EC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 193 | 236 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.07 |
| HSL | 273.49º | 0.53% | 0.84% | - |
| HSV(B) | 273.49º | 0.18% | 0.93% | - |
| XYZ | 62.83 | 58.95 | 87.42 | - |
| YUV | 205.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 236 | 0.08 | 0.18 | 0 | 0.07 | 273.49 | 0.53 | 0.84 |
| Hex | D9 | C1 | EC | 8 | 12 | 0 | 7 | 111 | 35 | 54 |
| Octal | 331 | 301 | 354 | 10 | 22 | 0 | 7 | 421 | 65 | 124 |
| Binary | 11011001 | 11000001 | 11101100 | 1000 | 10010 | 0 | 111 | 100010001 | 110101 | 1010100 |
Color Harmonies of #D9C1EC
Complementary color
Monochromatic Colors of #D9C1EC
Black with #D9C1EC
Text Example
Text Example
White with #D9C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C1EC; }
p { color: rgb(217,193,236); }
H1.HeaderClassName
{
color: #D9C1EC;
}
.AnyTagClassName
{
color: #D9C1EC;
}
</style>
background-color css
<style>
a { background-color: #D9C1EC; }
a { background-color: rgb(217,193,236); }
div.DivClassName
{
background-color: #D9C1EC;
}
.BgClassName
{
background-color: #D9C1EC;
}
</style>
border-color css
<style>
span { border-color: #D9C1EC; }
span { border-color: rgb(217,193,236); }
td.TdClassName
{
border-color: #D9C1EC;
}
.TagClassName
{
border-color: #D9C1EC;
}
</style>