Shades of Fog #D3C6EB
Tints of Fog #D3C6EB
RGB
CMYK
RGB Variations
Color information
#D3C6EB (or 0xD3C6EB) is known color: Fog. HEX triplet: D3, C6 and EB. RGB value is (211,198,235). Sum of RGB (Red+Green+Blue) = 211+198+235=644 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.76% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3C6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C6EB is #2C3914. Grayscale: #CDCDCD. Windows color (decimal): -2898197 or 15451859. OLE color: 15451859.
HSL color Cylindrical-coordinate representation of color #D3C6EB: hue angle of 261.08º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3C6EB is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 198 | 235 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.08 |
| HSL | 261.08º | 0.48% | 0.85% | - |
| HSV(B) | 261.08º | 0.16% | 0.92% | - |
| XYZ | 62.05 | 60.24 | 86.95 | - |
| YUV | 206.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 198 | 235 | 0.10 | 0.16 | 0 | 0.08 | 261.08 | 0.48 | 0.85 |
| Hex | D3 | C6 | EB | A | 10 | 0 | 8 | 105 | 30 | 55 |
| Octal | 323 | 306 | 353 | 12 | 20 | 0 | 10 | 405 | 60 | 125 |
| Binary | 11010011 | 11000110 | 11101011 | 1010 | 10000 | 0 | 1000 | 100000101 | 110000 | 1010101 |
Color Harmonies of #D3C6EB
Complementary color
Monochromatic Colors of #D3C6EB
Black with #D3C6EB
Text Example
Text Example
White with #D3C6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C6EB; }
p { color: rgb(211,198,235); }
H1.HeaderClassName
{
color: #D3C6EB;
}
.AnyTagClassName
{
color: #D3C6EB;
}
</style>
background-color css
<style>
a { background-color: #D3C6EB; }
a { background-color: rgb(211,198,235); }
div.DivClassName
{
background-color: #D3C6EB;
}
.BgClassName
{
background-color: #D3C6EB;
}
</style>
border-color css
<style>
span { border-color: #D3C6EB; }
span { border-color: rgb(211,198,235); }
td.TdClassName
{
border-color: #D3C6EB;
}
.TagClassName
{
border-color: #D3C6EB;
}
</style>