Shades of Fog #D3C5DD
Tints of Fog #D3C5DD
RGB
CMYK
RGB Variations
Color information
#D3C5DD (or 0xD3C5DD) is known color: Fog. HEX triplet: D3, C5 and DD. RGB value is (211,197,221). Sum of RGB (Red+Green+Blue) = 211+197+221=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3C5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C5DD is #2C3A22. Grayscale: #CBCBCB. Windows color (decimal): -2898467 or 14534099. OLE color: 14534099.
HSL color Cylindrical-coordinate representation of color #D3C5DD: hue angle of 275º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3C5DD is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 197 | 221 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.13 |
| HSL | 275º | 0.26% | 0.82% | - |
| HSV(B) | 275º | 0.11% | 0.87% | - |
| XYZ | 59.88 | 59 | 76.64 | - |
| YUV | 203.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 221 | 0.05 | 0.11 | 0 | 0.13 | 275 | 0.26 | 0.82 |
| Hex | D3 | C5 | DD | 5 | B | 0 | D | 113 | 1A | 52 |
| Octal | 323 | 305 | 335 | 5 | 13 | 0 | 15 | 423 | 32 | 122 |
| Binary | 11010011 | 11000101 | 11011101 | 101 | 1011 | 0 | 1101 | 100010011 | 11010 | 1010010 |
Color Harmonies of #D3C5DD
Complementary color
Monochromatic Colors of #D3C5DD
Black with #D3C5DD
Text Example
Text Example
White with #D3C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C5DD; }
p { color: rgb(211,197,221); }
H1.HeaderClassName
{
color: #D3C5DD;
}
.AnyTagClassName
{
color: #D3C5DD;
}
</style>
background-color css
<style>
a { background-color: #D3C5DD; }
a { background-color: rgb(211,197,221); }
div.DivClassName
{
background-color: #D3C5DD;
}
.BgClassName
{
background-color: #D3C5DD;
}
</style>
border-color css
<style>
span { border-color: #D3C5DD; }
span { border-color: rgb(211,197,221); }
td.TdClassName
{
border-color: #D3C5DD;
}
.TagClassName
{
border-color: #D3C5DD;
}
</style>