Shades of Fog #D3C3DF
Tints of Fog #D3C3DF
RGB
CMYK
RGB Variations
Color information
#D3C3DF (or 0xD3C3DF) is known color: Fog. HEX triplet: D3, C3 and DF. RGB value is (211,195,223). Sum of RGB (Red+Green+Blue) = 211+195+223=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3C3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C3DF is #2C3C20. Grayscale: #CACACA. Windows color (decimal): -2898977 or 14664659. OLE color: 14664659.
HSL color Cylindrical-coordinate representation of color #D3C3DF: hue angle of 274.29º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3C3DF is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 195 | 223 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.13 |
| HSL | 274.29º | 0.3% | 0.82% | - |
| HSV(B) | 274.29º | 0.13% | 0.87% | - |
| XYZ | 59.7 | 58.21 | 77.9 | - |
| YUV | 202.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 223 | 0.05 | 0.13 | 0 | 0.13 | 274.29 | 0.3 | 0.82 |
| Hex | D3 | C3 | DF | 5 | D | 0 | D | 112 | 1E | 52 |
| Octal | 323 | 303 | 337 | 5 | 15 | 0 | 15 | 422 | 36 | 122 |
| Binary | 11010011 | 11000011 | 11011111 | 101 | 1101 | 0 | 1101 | 100010010 | 11110 | 1010010 |
Color Harmonies of #D3C3DF
Complementary color
Monochromatic Colors of #D3C3DF
Black with #D3C3DF
Text Example
Text Example
White with #D3C3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C3DF; }
p { color: rgb(211,195,223); }
H1.HeaderClassName
{
color: #D3C3DF;
}
.AnyTagClassName
{
color: #D3C3DF;
}
</style>
background-color css
<style>
a { background-color: #D3C3DF; }
a { background-color: rgb(211,195,223); }
div.DivClassName
{
background-color: #D3C3DF;
}
.BgClassName
{
background-color: #D3C3DF;
}
</style>
border-color css
<style>
span { border-color: #D3C3DF; }
span { border-color: rgb(211,195,223); }
td.TdClassName
{
border-color: #D3C3DF;
}
.TagClassName
{
border-color: #D3C3DF;
}
</style>