Shades of Fog #DCD3EB
Tints of Fog #DCD3EB
RGB
CMYK
RGB Variations
Color information
#DCD3EB (or 0xDCD3EB) is known color: Fog. HEX triplet: DC, D3 and EB. RGB value is (220,211,235). Sum of RGB (Red+Green+Blue) = 220+211+235=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCD3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3EB is #232C14. Grayscale: #D8D8D8. Windows color (decimal): -2305045 or 15455196. OLE color: 15455196.
HSL color Cylindrical-coordinate representation of color #DCD3EB: hue angle of 262.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD3EB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 211 | 235 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.08 |
| HSL | 262.5º | 0.38% | 0.87% | - |
| HSV(B) | 262.5º | 0.1% | 0.92% | - |
| XYZ | 67.8 | 67.8 | 88.11 | - |
| YUV | 216.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 235 | 0.06 | 0.10 | 0 | 0.08 | 262.5 | 0.38 | 0.87 |
| Hex | DC | D3 | EB | 6 | A | 0 | 8 | 106 | 26 | 57 |
| Octal | 334 | 323 | 353 | 6 | 12 | 0 | 10 | 406 | 46 | 127 |
| Binary | 11011100 | 11010011 | 11101011 | 110 | 1010 | 0 | 1000 | 100000110 | 100110 | 1010111 |
Color Harmonies of #DCD3EB
Complementary color
Monochromatic Colors of #DCD3EB
Black with #DCD3EB
Text Example
Text Example
White with #DCD3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3EB; }
p { color: rgb(220,211,235); }
H1.HeaderClassName
{
color: #DCD3EB;
}
.AnyTagClassName
{
color: #DCD3EB;
}
</style>
background-color css
<style>
a { background-color: #DCD3EB; }
a { background-color: rgb(220,211,235); }
div.DivClassName
{
background-color: #DCD3EB;
}
.BgClassName
{
background-color: #DCD3EB;
}
</style>
border-color css
<style>
span { border-color: #DCD3EB; }
span { border-color: rgb(220,211,235); }
td.TdClassName
{
border-color: #DCD3EB;
}
.TagClassName
{
border-color: #DCD3EB;
}
</style>