Shades of Fog #D3C5E6
Tints of Fog #D3C5E6
RGB
CMYK
RGB Variations
Color information
#D3C5E6 (or 0xD3C5E6) is known color: Fog. HEX triplet: D3, C5 and E6. RGB value is (211,197,230). Sum of RGB (Red+Green+Blue) = 211+197+230=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #D3C5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C5E6 is #2C3A19. Grayscale: #CCCCCC. Windows color (decimal): -2898458 or 15123923. OLE color: 15123923.
HSL color Cylindrical-coordinate representation of color #D3C5E6: hue angle of 265.45º degrees, saturation: 0.4, 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 #D3C5E6 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 197 | 230 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.10 |
| HSL | 265.45º | 0.4% | 0.84% | - |
| HSV(B) | 265.45º | 0.14% | 0.9% | - |
| XYZ | 61.11 | 59.49 | 83.13 | - |
| YUV | 204.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 230 | 0.08 | 0.14 | 0 | 0.10 | 265.45 | 0.4 | 0.84 |
| Hex | D3 | C5 | E6 | 8 | E | 0 | A | 109 | 28 | 54 |
| Octal | 323 | 305 | 346 | 10 | 16 | 0 | 12 | 411 | 50 | 124 |
| Binary | 11010011 | 11000101 | 11100110 | 1000 | 1110 | 0 | 1010 | 100001001 | 101000 | 1010100 |
Color Harmonies of #D3C5E6
Complementary color
Monochromatic Colors of #D3C5E6
Black with #D3C5E6
Text Example
Text Example
White with #D3C5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C5E6; }
p { color: rgb(211,197,230); }
H1.HeaderClassName
{
color: #D3C5E6;
}
.AnyTagClassName
{
color: #D3C5E6;
}
</style>
background-color css
<style>
a { background-color: #D3C5E6; }
a { background-color: rgb(211,197,230); }
div.DivClassName
{
background-color: #D3C5E6;
}
.BgClassName
{
background-color: #D3C5E6;
}
</style>
border-color css
<style>
span { border-color: #D3C5E6; }
span { border-color: rgb(211,197,230); }
td.TdClassName
{
border-color: #D3C5E6;
}
.TagClassName
{
border-color: #D3C5E6;
}
</style>