Shades of Fog #D3C6E5
Tints of Fog #D3C6E5
RGB
CMYK
RGB Variations
Color information
#D3C6E5 (or 0xD3C6E5) is known color: Fog. HEX triplet: D3, C6 and E5. RGB value is (211,198,229). Sum of RGB (Red+Green+Blue) = 211+198+229=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #D3C6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C6E5 is #2C391A. Grayscale: #CDCDCD. Windows color (decimal): -2898203 or 15058643. OLE color: 15058643.
HSL color Cylindrical-coordinate representation of color #D3C6E5: hue angle of 265.16º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3C6E5 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 198 | 229 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.10 |
| HSL | 265.16º | 0.37% | 0.84% | - |
| HSV(B) | 265.16º | 0.14% | 0.9% | - |
| XYZ | 61.2 | 59.89 | 82.46 | - |
| YUV | 205.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 198 | 229 | 0.08 | 0.14 | 0 | 0.10 | 265.16 | 0.37 | 0.84 |
| Hex | D3 | C6 | E5 | 8 | E | 0 | A | 109 | 25 | 54 |
| Octal | 323 | 306 | 345 | 10 | 16 | 0 | 12 | 411 | 45 | 124 |
| Binary | 11010011 | 11000110 | 11100101 | 1000 | 1110 | 0 | 1010 | 100001001 | 100101 | 1010100 |
Color Harmonies of #D3C6E5
Complementary color
Monochromatic Colors of #D3C6E5
Black with #D3C6E5
Text Example
Text Example
White with #D3C6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C6E5; }
p { color: rgb(211,198,229); }
H1.HeaderClassName
{
color: #D3C6E5;
}
.AnyTagClassName
{
color: #D3C6E5;
}
</style>
background-color css
<style>
a { background-color: #D3C6E5; }
a { background-color: rgb(211,198,229); }
div.DivClassName
{
background-color: #D3C6E5;
}
.BgClassName
{
background-color: #D3C6E5;
}
</style>
border-color css
<style>
span { border-color: #D3C6E5; }
span { border-color: rgb(211,198,229); }
td.TdClassName
{
border-color: #D3C6E5;
}
.TagClassName
{
border-color: #D3C6E5;
}
</style>