Shades of Fog #DCD3E6
Tints of Fog #DCD3E6
RGB
CMYK
RGB Variations
Color information
#DCD3E6 (or 0xDCD3E6) is known color: Fog. HEX triplet: DC, D3 and E6. RGB value is (220,211,230). Sum of RGB (Red+Green+Blue) = 220+211+230=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCD3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3E6 is #232C19. Grayscale: #D7D7D7. Windows color (decimal): -2305050 or 15127516. OLE color: 15127516.
HSL color Cylindrical-coordinate representation of color #DCD3E6: hue angle of 268.42º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCD3E6 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 211 | 230 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.10 |
| HSL | 268.42º | 0.28% | 0.86% | - |
| HSV(B) | 268.42º | 0.08% | 0.9% | - |
| XYZ | 67.09 | 67.52 | 84.36 | - |
| YUV | 215.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 230 | 0.04 | 0.08 | 0 | 0.10 | 268.42 | 0.28 | 0.86 |
| Hex | DC | D3 | E6 | 4 | 8 | 0 | A | 10C | 1C | 56 |
| Octal | 334 | 323 | 346 | 4 | 10 | 0 | 12 | 414 | 34 | 126 |
| Binary | 11011100 | 11010011 | 11100110 | 100 | 1000 | 0 | 1010 | 100001100 | 11100 | 1010110 |
Color Harmonies of #DCD3E6
Complementary color
Monochromatic Colors of #DCD3E6
Black with #DCD3E6
Text Example
Text Example
White with #DCD3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3E6; }
p { color: rgb(220,211,230); }
H1.HeaderClassName
{
color: #DCD3E6;
}
.AnyTagClassName
{
color: #DCD3E6;
}
</style>
background-color css
<style>
a { background-color: #DCD3E6; }
a { background-color: rgb(220,211,230); }
div.DivClassName
{
background-color: #DCD3E6;
}
.BgClassName
{
background-color: #DCD3E6;
}
</style>
border-color css
<style>
span { border-color: #DCD3E6; }
span { border-color: rgb(220,211,230); }
td.TdClassName
{
border-color: #DCD3E6;
}
.TagClassName
{
border-color: #DCD3E6;
}
</style>