Shades of Fog #D3C7DD
Tints of Fog #D3C7DD
RGB
CMYK
RGB Variations
Color information
#D3C7DD (or 0xD3C7DD) is known color: Fog. HEX triplet: D3, C7 and DD. RGB value is (211,199,221). Sum of RGB (Red+Green+Blue) = 211+199+221=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3C7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C7DD is #2C3822. Grayscale: #CDCDCD. Windows color (decimal): -2897955 or 14534611. OLE color: 14534611.
HSL color Cylindrical-coordinate representation of color #D3C7DD: hue angle of 272.73º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3C7DD is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 199 | 221 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.13 |
| HSL | 272.73º | 0.24% | 0.82% | - |
| HSV(B) | 272.73º | 0.1% | 0.87% | - |
| XYZ | 60.34 | 59.92 | 76.79 | - |
| YUV | 205.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 221 | 0.05 | 0.10 | 0 | 0.13 | 272.73 | 0.24 | 0.82 |
| Hex | D3 | C7 | DD | 5 | A | 0 | D | 111 | 18 | 52 |
| Octal | 323 | 307 | 335 | 5 | 12 | 0 | 15 | 421 | 30 | 122 |
| Binary | 11010011 | 11000111 | 11011101 | 101 | 1010 | 0 | 1101 | 100010001 | 11000 | 1010010 |
Color Harmonies of #D3C7DD
Complementary color
Monochromatic Colors of #D3C7DD
Black with #D3C7DD
Text Example
Text Example
White with #D3C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C7DD; }
p { color: rgb(211,199,221); }
H1.HeaderClassName
{
color: #D3C7DD;
}
.AnyTagClassName
{
color: #D3C7DD;
}
</style>
background-color css
<style>
a { background-color: #D3C7DD; }
a { background-color: rgb(211,199,221); }
div.DivClassName
{
background-color: #D3C7DD;
}
.BgClassName
{
background-color: #D3C7DD;
}
</style>
border-color css
<style>
span { border-color: #D3C7DD; }
span { border-color: rgb(211,199,221); }
td.TdClassName
{
border-color: #D3C7DD;
}
.TagClassName
{
border-color: #D3C7DD;
}
</style>