Shades of Fog #D3CDE9
Tints of Fog #D3CDE9
RGB
CMYK
RGB Variations
Color information
#D3CDE9 (or 0xD3CDE9) is known color: Fog. HEX triplet: D3, CD and E9. RGB value is (211,205,233). Sum of RGB (Red+Green+Blue) = 211+205+233=649 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.51% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #D3CDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CDE9 is #2C3216. Grayscale: #D1D1D1. Windows color (decimal): -2896407 or 15322579. OLE color: 15322579.
HSL color Cylindrical-coordinate representation of color #D3CDE9: hue angle of 252.86º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3CDE9 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 205 | 233 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.09 |
| HSL | 252.86º | 0.39% | 0.86% | - |
| HSV(B) | 252.86º | 0.12% | 0.91% | - |
| XYZ | 63.4 | 63.39 | 85.99 | - |
| YUV | 209.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 233 | 0.09 | 0.12 | 0 | 0.09 | 252.86 | 0.39 | 0.86 |
| Hex | D3 | CD | E9 | 9 | C | 0 | 9 | FD | 27 | 56 |
| Octal | 323 | 315 | 351 | 11 | 14 | 0 | 11 | 375 | 47 | 126 |
| Binary | 11010011 | 11001101 | 11101001 | 1001 | 1100 | 0 | 1001 | 11111101 | 100111 | 1010110 |
Color Harmonies of #D3CDE9
Complementary color
Monochromatic Colors of #D3CDE9
Black with #D3CDE9
Text Example
Text Example
White with #D3CDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDE9; }
p { color: rgb(211,205,233); }
H1.HeaderClassName
{
color: #D3CDE9;
}
.AnyTagClassName
{
color: #D3CDE9;
}
</style>
background-color css
<style>
a { background-color: #D3CDE9; }
a { background-color: rgb(211,205,233); }
div.DivClassName
{
background-color: #D3CDE9;
}
.BgClassName
{
background-color: #D3CDE9;
}
</style>
border-color css
<style>
span { border-color: #D3CDE9; }
span { border-color: rgb(211,205,233); }
td.TdClassName
{
border-color: #D3CDE9;
}
.TagClassName
{
border-color: #D3CDE9;
}
</style>