Shades of Fog #D3C0EB
Tints of Fog #D3C0EB
RGB
CMYK
RGB Variations
Color information
#D3C0EB (or 0xD3C0EB) is known color: Fog. HEX triplet: D3, C0 and EB. RGB value is (211,192,235). Sum of RGB (Red+Green+Blue) = 211+192+235=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C0EB is #2C3F14. Grayscale: #CACACA. Windows color (decimal): -2899733 or 15450323. OLE color: 15450323.
HSL color Cylindrical-coordinate representation of color #D3C0EB: hue angle of 266.51º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3C0EB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 192 | 235 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.08 |
| HSL | 266.51º | 0.52% | 0.84% | - |
| HSV(B) | 266.51º | 0.18% | 0.92% | - |
| XYZ | 60.71 | 57.55 | 86.51 | - |
| YUV | 202.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 235 | 0.10 | 0.18 | 0 | 0.08 | 266.51 | 0.52 | 0.84 |
| Hex | D3 | C0 | EB | A | 12 | 0 | 8 | 10B | 34 | 54 |
| Octal | 323 | 300 | 353 | 12 | 22 | 0 | 10 | 413 | 64 | 124 |
| Binary | 11010011 | 11000000 | 11101011 | 1010 | 10010 | 0 | 1000 | 100001011 | 110100 | 1010100 |
Color Harmonies of #D3C0EB
Complementary color
Monochromatic Colors of #D3C0EB
Black with #D3C0EB
Text Example
Text Example
White with #D3C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C0EB; }
p { color: rgb(211,192,235); }
H1.HeaderClassName
{
color: #D3C0EB;
}
.AnyTagClassName
{
color: #D3C0EB;
}
</style>
background-color css
<style>
a { background-color: #D3C0EB; }
a { background-color: rgb(211,192,235); }
div.DivClassName
{
background-color: #D3C0EB;
}
.BgClassName
{
background-color: #D3C0EB;
}
</style>
border-color css
<style>
span { border-color: #D3C0EB; }
span { border-color: rgb(211,192,235); }
td.TdClassName
{
border-color: #D3C0EB;
}
.TagClassName
{
border-color: #D3C0EB;
}
</style>