Shades of Fog #D3C4EB
Tints of Fog #D3C4EB
RGB
CMYK
RGB Variations
Color information
#D3C4EB (or 0xD3C4EB) is known color: Fog. HEX triplet: D3, C4 and EB. RGB value is (211,196,235). Sum of RGB (Red+Green+Blue) = 211+196+235=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3C4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C4EB is #2C3B14. Grayscale: #CCCCCC. Windows color (decimal): -2898709 or 15451347. OLE color: 15451347.
HSL color Cylindrical-coordinate representation of color #D3C4EB: hue angle of 263.08º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3C4EB is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 196 | 235 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.08 |
| HSL | 263.08º | 0.49% | 0.85% | - |
| HSV(B) | 263.08º | 0.17% | 0.92% | - |
| XYZ | 61.6 | 59.33 | 86.8 | - |
| YUV | 204.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 196 | 235 | 0.10 | 0.17 | 0 | 0.08 | 263.08 | 0.49 | 0.85 |
| Hex | D3 | C4 | EB | A | 11 | 0 | 8 | 107 | 31 | 55 |
| Octal | 323 | 304 | 353 | 12 | 21 | 0 | 10 | 407 | 61 | 125 |
| Binary | 11010011 | 11000100 | 11101011 | 1010 | 10001 | 0 | 1000 | 100000111 | 110001 | 1010101 |
Color Harmonies of #D3C4EB
Complementary color
Monochromatic Colors of #D3C4EB
Black with #D3C4EB
Text Example
Text Example
White with #D3C4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C4EB; }
p { color: rgb(211,196,235); }
H1.HeaderClassName
{
color: #D3C4EB;
}
.AnyTagClassName
{
color: #D3C4EB;
}
</style>
background-color css
<style>
a { background-color: #D3C4EB; }
a { background-color: rgb(211,196,235); }
div.DivClassName
{
background-color: #D3C4EB;
}
.BgClassName
{
background-color: #D3C4EB;
}
</style>
border-color css
<style>
span { border-color: #D3C4EB; }
span { border-color: rgb(211,196,235); }
td.TdClassName
{
border-color: #D3C4EB;
}
.TagClassName
{
border-color: #D3C4EB;
}
</style>