Shades of Fog #D3C4DD
Tints of Fog #D3C4DD
RGB
CMYK
RGB Variations
Color information
#D3C4DD (or 0xD3C4DD) is known color: Fog. HEX triplet: D3, C4 and DD. RGB value is (211,196,221). Sum of RGB (Red+Green+Blue) = 211+196+221=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3C4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C4DD is #2C3B22. Grayscale: #CBCBCB. Windows color (decimal): -2898723 or 14533843. OLE color: 14533843.
HSL color Cylindrical-coordinate representation of color #D3C4DD: hue angle of 276º degrees, saturation: 0.27, 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 #D3C4DD is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 196 | 221 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.13 |
| HSL | 276º | 0.27% | 0.82% | - |
| HSV(B) | 276º | 0.11% | 0.87% | - |
| XYZ | 59.66 | 58.55 | 76.56 | - |
| YUV | 203.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 196 | 221 | 0.05 | 0.11 | 0 | 0.13 | 276 | 0.27 | 0.82 |
| Hex | D3 | C4 | DD | 5 | B | 0 | D | 114 | 1B | 52 |
| Octal | 323 | 304 | 335 | 5 | 13 | 0 | 15 | 424 | 33 | 122 |
| Binary | 11010011 | 11000100 | 11011101 | 101 | 1011 | 0 | 1101 | 100010100 | 11011 | 1010010 |
Color Harmonies of #D3C4DD
Complementary color
Monochromatic Colors of #D3C4DD
Black with #D3C4DD
Text Example
Text Example
White with #D3C4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C4DD; }
p { color: rgb(211,196,221); }
H1.HeaderClassName
{
color: #D3C4DD;
}
.AnyTagClassName
{
color: #D3C4DD;
}
</style>
background-color css
<style>
a { background-color: #D3C4DD; }
a { background-color: rgb(211,196,221); }
div.DivClassName
{
background-color: #D3C4DD;
}
.BgClassName
{
background-color: #D3C4DD;
}
</style>
border-color css
<style>
span { border-color: #D3C4DD; }
span { border-color: rgb(211,196,221); }
td.TdClassName
{
border-color: #D3C4DD;
}
.TagClassName
{
border-color: #D3C4DD;
}
</style>