Shades of Fog #DCD3EA
Tints of Fog #DCD3EA
RGB
CMYK
RGB Variations
Color information
#DCD3EA (or 0xDCD3EA) is known color: Fog. HEX triplet: DC, D3 and EA. RGB value is (220,211,234). Sum of RGB (Red+Green+Blue) = 220+211+234=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3EA is #232C15. Grayscale: #D8D8D8. Windows color (decimal): -2305046 or 15389660. OLE color: 15389660.
HSL color Cylindrical-coordinate representation of color #DCD3EA: hue angle of 263.48º degrees, saturation: 0.35, 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 #DCD3EA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 211 | 234 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.08 |
| HSL | 263.48º | 0.35% | 0.87% | - |
| HSV(B) | 263.48º | 0.1% | 0.92% | - |
| XYZ | 67.66 | 67.74 | 87.35 | - |
| YUV | 216.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 234 | 0.06 | 0.10 | 0 | 0.08 | 263.48 | 0.35 | 0.87 |
| Hex | DC | D3 | EA | 6 | A | 0 | 8 | 107 | 23 | 57 |
| Octal | 334 | 323 | 352 | 6 | 12 | 0 | 10 | 407 | 43 | 127 |
| Binary | 11011100 | 11010011 | 11101010 | 110 | 1010 | 0 | 1000 | 100000111 | 100011 | 1010111 |
Color Harmonies of #DCD3EA
Complementary color
Monochromatic Colors of #DCD3EA
Black with #DCD3EA
Text Example
Text Example
White with #DCD3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3EA; }
p { color: rgb(220,211,234); }
H1.HeaderClassName
{
color: #DCD3EA;
}
.AnyTagClassName
{
color: #DCD3EA;
}
</style>
background-color css
<style>
a { background-color: #DCD3EA; }
a { background-color: rgb(220,211,234); }
div.DivClassName
{
background-color: #DCD3EA;
}
.BgClassName
{
background-color: #DCD3EA;
}
</style>
border-color css
<style>
span { border-color: #DCD3EA; }
span { border-color: rgb(220,211,234); }
td.TdClassName
{
border-color: #DCD3EA;
}
.TagClassName
{
border-color: #DCD3EA;
}
</style>