Shades of Fog #DCD3E9
Tints of Fog #DCD3E9
RGB
CMYK
RGB Variations
Color information
#DCD3E9 (or 0xDCD3E9) is known color: Fog. HEX triplet: DC, D3 and E9. RGB value is (220,211,233). Sum of RGB (Red+Green+Blue) = 220+211+233=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCD3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3E9 is #232C16. Grayscale: #D8D8D8. Windows color (decimal): -2305047 or 15324124. OLE color: 15324124.
HSL color Cylindrical-coordinate representation of color #DCD3E9: hue angle of 264.55º degrees, saturation: 0.33, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD3E9 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 211 | 233 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.09 |
| HSL | 264.55º | 0.33% | 0.87% | - |
| HSV(B) | 264.55º | 0.09% | 0.91% | - |
| XYZ | 67.52 | 67.69 | 86.6 | - |
| YUV | 216.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 233 | 0.06 | 0.09 | 0 | 0.09 | 264.55 | 0.33 | 0.87 |
| Hex | DC | D3 | E9 | 6 | 9 | 0 | 9 | 109 | 21 | 57 |
| Octal | 334 | 323 | 351 | 6 | 11 | 0 | 11 | 411 | 41 | 127 |
| Binary | 11011100 | 11010011 | 11101001 | 110 | 1001 | 0 | 1001 | 100001001 | 100001 | 1010111 |
Color Harmonies of #DCD3E9
Complementary color
Monochromatic Colors of #DCD3E9
Black with #DCD3E9
Text Example
Text Example
White with #DCD3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3E9; }
p { color: rgb(220,211,233); }
H1.HeaderClassName
{
color: #DCD3E9;
}
.AnyTagClassName
{
color: #DCD3E9;
}
</style>
background-color css
<style>
a { background-color: #DCD3E9; }
a { background-color: rgb(220,211,233); }
div.DivClassName
{
background-color: #DCD3E9;
}
.BgClassName
{
background-color: #DCD3E9;
}
</style>
border-color css
<style>
span { border-color: #DCD3E9; }
span { border-color: rgb(220,211,233); }
td.TdClassName
{
border-color: #DCD3E9;
}
.TagClassName
{
border-color: #DCD3E9;
}
</style>