Shades of Fog #D3C8EB
Tints of Fog #D3C8EB
RGB
CMYK
RGB Variations
Color information
#D3C8EB (or 0xD3C8EB) is known color: Fog. HEX triplet: D3, C8 and EB. RGB value is (211,200,235). Sum of RGB (Red+Green+Blue) = 211+200+235=646 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.66% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3C8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C8EB is #2C3714. Grayscale: #CFCFCF. Windows color (decimal): -2897685 or 15452371. OLE color: 15452371.
HSL color Cylindrical-coordinate representation of color #D3C8EB: hue angle of 258.86º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3C8EB is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 200 | 235 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.08 |
| HSL | 258.86º | 0.47% | 0.85% | - |
| HSV(B) | 258.86º | 0.15% | 0.92% | - |
| XYZ | 62.51 | 61.16 | 87.11 | - |
| YUV | 207.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 200 | 235 | 0.10 | 0.15 | 0 | 0.08 | 258.86 | 0.47 | 0.85 |
| Hex | D3 | C8 | EB | A | F | 0 | 8 | 103 | 2F | 55 |
| Octal | 323 | 310 | 353 | 12 | 17 | 0 | 10 | 403 | 57 | 125 |
| Binary | 11010011 | 11001000 | 11101011 | 1010 | 1111 | 0 | 1000 | 100000011 | 101111 | 1010101 |
Color Harmonies of #D3C8EB
Complementary color
Monochromatic Colors of #D3C8EB
Black with #D3C8EB
Text Example
Text Example
White with #D3C8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C8EB; }
p { color: rgb(211,200,235); }
H1.HeaderClassName
{
color: #D3C8EB;
}
.AnyTagClassName
{
color: #D3C8EB;
}
</style>
background-color css
<style>
a { background-color: #D3C8EB; }
a { background-color: rgb(211,200,235); }
div.DivClassName
{
background-color: #D3C8EB;
}
.BgClassName
{
background-color: #D3C8EB;
}
</style>
border-color css
<style>
span { border-color: #D3C8EB; }
span { border-color: rgb(211,200,235); }
td.TdClassName
{
border-color: #D3C8EB;
}
.TagClassName
{
border-color: #D3C8EB;
}
</style>