Shades of Fog #DCD3E8
Tints of Fog #DCD3E8
RGB
CMYK
RGB Variations
Color information
#DCD3E8 (or 0xDCD3E8) is known color: Fog. HEX triplet: DC, D3 and E8. RGB value is (220,211,232). Sum of RGB (Red+Green+Blue) = 220+211+232=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCD3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3E8 is #232C17. Grayscale: #D8D8D8. Windows color (decimal): -2305048 or 15258588. OLE color: 15258588.
HSL color Cylindrical-coordinate representation of color #DCD3E8: hue angle of 265.71º degrees, saturation: 0.31, 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 #DCD3E8 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 211 | 232 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.09 |
| HSL | 265.71º | 0.31% | 0.87% | - |
| HSV(B) | 265.71º | 0.09% | 0.91% | - |
| XYZ | 67.37 | 67.63 | 85.85 | - |
| YUV | 216.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 232 | 0.05 | 0.09 | 0 | 0.09 | 265.71 | 0.31 | 0.87 |
| Hex | DC | D3 | E8 | 5 | 9 | 0 | 9 | 10A | 1F | 57 |
| Octal | 334 | 323 | 350 | 5 | 11 | 0 | 11 | 412 | 37 | 127 |
| Binary | 11011100 | 11010011 | 11101000 | 101 | 1001 | 0 | 1001 | 100001010 | 11111 | 1010111 |
Color Harmonies of #DCD3E8
Complementary color
Monochromatic Colors of #DCD3E8
Black with #DCD3E8
Text Example
Text Example
White with #DCD3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3E8; }
p { color: rgb(220,211,232); }
H1.HeaderClassName
{
color: #DCD3E8;
}
.AnyTagClassName
{
color: #DCD3E8;
}
</style>
background-color css
<style>
a { background-color: #DCD3E8; }
a { background-color: rgb(220,211,232); }
div.DivClassName
{
background-color: #DCD3E8;
}
.BgClassName
{
background-color: #DCD3E8;
}
</style>
border-color css
<style>
span { border-color: #DCD3E8; }
span { border-color: rgb(220,211,232); }
td.TdClassName
{
border-color: #DCD3E8;
}
.TagClassName
{
border-color: #DCD3E8;
}
</style>