Shades of Fog #D3C5DE
Tints of Fog #D3C5DE
RGB
CMYK
RGB Variations
Color information
#D3C5DE (or 0xD3C5DE) is known color: Fog. HEX triplet: D3, C5 and DE. RGB value is (211,197,222). Sum of RGB (Red+Green+Blue) = 211+197+222=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #D3C5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C5DE is #2C3A21. Grayscale: #CBCBCB. Windows color (decimal): -2898466 or 14599635. OLE color: 14599635.
HSL color Cylindrical-coordinate representation of color #D3C5DE: hue angle of 273.6º 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 #D3C5DE is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 197 | 222 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.13 |
| HSL | 273.6º | 0.27% | 0.82% | - |
| HSV(B) | 273.6º | 0.11% | 0.87% | - |
| XYZ | 60.02 | 59.06 | 77.34 | - |
| YUV | 204.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 222 | 0.05 | 0.11 | 0 | 0.13 | 273.6 | 0.27 | 0.82 |
| Hex | D3 | C5 | DE | 5 | B | 0 | D | 112 | 1B | 52 |
| Octal | 323 | 305 | 336 | 5 | 13 | 0 | 15 | 422 | 33 | 122 |
| Binary | 11010011 | 11000101 | 11011110 | 101 | 1011 | 0 | 1101 | 100010010 | 11011 | 1010010 |
Color Harmonies of #D3C5DE
Complementary color
Monochromatic Colors of #D3C5DE
Black with #D3C5DE
Text Example
Text Example
White with #D3C5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C5DE; }
p { color: rgb(211,197,222); }
H1.HeaderClassName
{
color: #D3C5DE;
}
.AnyTagClassName
{
color: #D3C5DE;
}
</style>
background-color css
<style>
a { background-color: #D3C5DE; }
a { background-color: rgb(211,197,222); }
div.DivClassName
{
background-color: #D3C5DE;
}
.BgClassName
{
background-color: #D3C5DE;
}
</style>
border-color css
<style>
span { border-color: #D3C5DE; }
span { border-color: rgb(211,197,222); }
td.TdClassName
{
border-color: #D3C5DE;
}
.TagClassName
{
border-color: #D3C5DE;
}
</style>