Shades of Fog #D3C3DD
Tints of Fog #D3C3DD
RGB
CMYK
RGB Variations
Color information
#D3C3DD (or 0xD3C3DD) is known color: Fog. HEX triplet: D3, C3 and DD. RGB value is (211,195,221). Sum of RGB (Red+Green+Blue) = 211+195+221=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3C3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C3DD is #2C3C22. Grayscale: #CACACA. Windows color (decimal): -2898979 or 14533587. OLE color: 14533587.
HSL color Cylindrical-coordinate representation of color #D3C3DD: hue angle of 276.92º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3C3DD is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 195 | 221 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.13 |
| HSL | 276.92º | 0.28% | 0.82% | - |
| HSV(B) | 276.92º | 0.12% | 0.87% | - |
| XYZ | 59.43 | 58.1 | 76.49 | - |
| YUV | 202.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 221 | 0.05 | 0.12 | 0 | 0.13 | 276.92 | 0.28 | 0.82 |
| Hex | D3 | C3 | DD | 5 | C | 0 | D | 115 | 1C | 52 |
| Octal | 323 | 303 | 335 | 5 | 14 | 0 | 15 | 425 | 34 | 122 |
| Binary | 11010011 | 11000011 | 11011101 | 101 | 1100 | 0 | 1101 | 100010101 | 11100 | 1010010 |
Color Harmonies of #D3C3DD
Complementary color
Monochromatic Colors of #D3C3DD
Black with #D3C3DD
Text Example
Text Example
White with #D3C3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C3DD; }
p { color: rgb(211,195,221); }
H1.HeaderClassName
{
color: #D3C3DD;
}
.AnyTagClassName
{
color: #D3C3DD;
}
</style>
background-color css
<style>
a { background-color: #D3C3DD; }
a { background-color: rgb(211,195,221); }
div.DivClassName
{
background-color: #D3C3DD;
}
.BgClassName
{
background-color: #D3C3DD;
}
</style>
border-color css
<style>
span { border-color: #D3C3DD; }
span { border-color: rgb(211,195,221); }
td.TdClassName
{
border-color: #D3C3DD;
}
.TagClassName
{
border-color: #D3C3DD;
}
</style>