Shades of Fog #D3C1EC
Tints of Fog #D3C1EC
RGB
CMYK
RGB Variations
Color information
#D3C1EC (or 0xD3C1EC) is known color: Fog. HEX triplet: D3, C1 and EC. RGB value is (211,193,236). Sum of RGB (Red+Green+Blue) = 211+193+236=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 193 (75.78% from 255 or 30.16% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C1EC is #2C3E13. Grayscale: #CBCBCB. Windows color (decimal): -2899476 or 15516115. OLE color: 15516115.
HSL color Cylindrical-coordinate representation of color #D3C1EC: hue angle of 265.12º 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 #D3C1EC is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 193 | 236 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.07 |
| HSL | 265.12º | 0.53% | 0.84% | - |
| HSV(B) | 265.12º | 0.18% | 0.93% | - |
| XYZ | 61.07 | 58.04 | 87.34 | - |
| YUV | 203.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 193 | 236 | 0.11 | 0.18 | 0 | 0.07 | 265.12 | 0.53 | 0.84 |
| Hex | D3 | C1 | EC | B | 12 | 0 | 7 | 109 | 35 | 54 |
| Octal | 323 | 301 | 354 | 13 | 22 | 0 | 7 | 411 | 65 | 124 |
| Binary | 11010011 | 11000001 | 11101100 | 1011 | 10010 | 0 | 111 | 100001001 | 110101 | 1010100 |
Color Harmonies of #D3C1EC
Complementary color
Monochromatic Colors of #D3C1EC
Black with #D3C1EC
Text Example
Text Example
White with #D3C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C1EC; }
p { color: rgb(211,193,236); }
H1.HeaderClassName
{
color: #D3C1EC;
}
.AnyTagClassName
{
color: #D3C1EC;
}
</style>
background-color css
<style>
a { background-color: #D3C1EC; }
a { background-color: rgb(211,193,236); }
div.DivClassName
{
background-color: #D3C1EC;
}
.BgClassName
{
background-color: #D3C1EC;
}
</style>
border-color css
<style>
span { border-color: #D3C1EC; }
span { border-color: rgb(211,193,236); }
td.TdClassName
{
border-color: #D3C1EC;
}
.TagClassName
{
border-color: #D3C1EC;
}
</style>