Shades of Fog #D3C3EF
Tints of Fog #D3C3EF
RGB
CMYK
RGB Variations
Color information
#D3C3EF (or 0xD3C3EF) is known color: Fog. HEX triplet: D3, C3 and EF. RGB value is (211,195,239). Sum of RGB (Red+Green+Blue) = 211+195+239=645 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.71% from 645); Green value is 195 (76.56% from 255 or 30.23% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3C3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C3EF is #2C3C10. Grayscale: #CCCCCC. Windows color (decimal): -2898961 or 15713235. OLE color: 15713235.
HSL color Cylindrical-coordinate representation of color #D3C3EF: hue angle of 261.82º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3C3EF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 195 | 239 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.06 |
| HSL | 261.82º | 0.58% | 0.85% | - |
| HSV(B) | 261.82º | 0.18% | 0.94% | - |
| XYZ | 61.96 | 59.11 | 89.81 | - |
| YUV | 204.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 239 | 0.12 | 0.18 | 0 | 0.06 | 261.82 | 0.58 | 0.85 |
| Hex | D3 | C3 | EF | C | 12 | 0 | 6 | 106 | 3A | 55 |
| Octal | 323 | 303 | 357 | 14 | 22 | 0 | 6 | 406 | 72 | 125 |
| Binary | 11010011 | 11000011 | 11101111 | 1100 | 10010 | 0 | 110 | 100000110 | 111010 | 1010101 |
Color Harmonies of #D3C3EF
Complementary color
Monochromatic Colors of #D3C3EF
Black with #D3C3EF
Text Example
Text Example
White with #D3C3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C3EF; }
p { color: rgb(211,195,239); }
H1.HeaderClassName
{
color: #D3C3EF;
}
.AnyTagClassName
{
color: #D3C3EF;
}
</style>
background-color css
<style>
a { background-color: #D3C3EF; }
a { background-color: rgb(211,195,239); }
div.DivClassName
{
background-color: #D3C3EF;
}
.BgClassName
{
background-color: #D3C3EF;
}
</style>
border-color css
<style>
span { border-color: #D3C3EF; }
span { border-color: rgb(211,195,239); }
td.TdClassName
{
border-color: #D3C3EF;
}
.TagClassName
{
border-color: #D3C3EF;
}
</style>