Shades of Fog #D3C6E9
Tints of Fog #D3C6E9
RGB
CMYK
RGB Variations
Color information
#D3C6E9 (or 0xD3C6E9) is known color: Fog. HEX triplet: D3, C6 and E9. RGB value is (211,198,233). Sum of RGB (Red+Green+Blue) = 211+198+233=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #D3C6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C6E9 is #2C3916. Grayscale: #CDCDCD. Windows color (decimal): -2898199 or 15320787. OLE color: 15320787.
HSL color Cylindrical-coordinate representation of color #D3C6E9: hue angle of 262.29º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3C6E9 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 198 | 233 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.09 |
| HSL | 262.29º | 0.44% | 0.85% | - |
| HSV(B) | 262.29º | 0.15% | 0.91% | - |
| XYZ | 61.77 | 60.12 | 85.44 | - |
| YUV | 205.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 198 | 233 | 0.09 | 0.15 | 0 | 0.09 | 262.29 | 0.44 | 0.85 |
| Hex | D3 | C6 | E9 | 9 | F | 0 | 9 | 106 | 2C | 55 |
| Octal | 323 | 306 | 351 | 11 | 17 | 0 | 11 | 406 | 54 | 125 |
| Binary | 11010011 | 11000110 | 11101001 | 1001 | 1111 | 0 | 1001 | 100000110 | 101100 | 1010101 |
Color Harmonies of #D3C6E9
Complementary color
Monochromatic Colors of #D3C6E9
Black with #D3C6E9
Text Example
Text Example
White with #D3C6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C6E9; }
p { color: rgb(211,198,233); }
H1.HeaderClassName
{
color: #D3C6E9;
}
.AnyTagClassName
{
color: #D3C6E9;
}
</style>
background-color css
<style>
a { background-color: #D3C6E9; }
a { background-color: rgb(211,198,233); }
div.DivClassName
{
background-color: #D3C6E9;
}
.BgClassName
{
background-color: #D3C6E9;
}
</style>
border-color css
<style>
span { border-color: #D3C6E9; }
span { border-color: rgb(211,198,233); }
td.TdClassName
{
border-color: #D3C6E9;
}
.TagClassName
{
border-color: #D3C6E9;
}
</style>