Shades of Fog #DCD0EA
Tints of Fog #DCD0EA
RGB
CMYK
RGB Variations
Color information
#DCD0EA (or 0xDCD0EA) is known color: Fog. HEX triplet: DC, D0 and EA. RGB value is (220,208,234). Sum of RGB (Red+Green+Blue) = 220+208+234=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCD0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD0EA is #232F15. Grayscale: #D6D6D6. Windows color (decimal): -2305814 or 15388892. OLE color: 15388892.
HSL color Cylindrical-coordinate representation of color #DCD0EA: hue angle of 267.69º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD0EA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 208 | 234 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.08 |
| HSL | 267.69º | 0.38% | 0.87% | - |
| HSV(B) | 267.69º | 0.11% | 0.92% | - |
| XYZ | 66.92 | 66.27 | 87.11 | - |
| YUV | 214.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 234 | 0.06 | 0.11 | 0 | 0.08 | 267.69 | 0.38 | 0.87 |
| Hex | DC | D0 | EA | 6 | B | 0 | 8 | 10C | 26 | 57 |
| Octal | 334 | 320 | 352 | 6 | 13 | 0 | 10 | 414 | 46 | 127 |
| Binary | 11011100 | 11010000 | 11101010 | 110 | 1011 | 0 | 1000 | 100001100 | 100110 | 1010111 |
Color Harmonies of #DCD0EA
Complementary color
Monochromatic Colors of #DCD0EA
Black with #DCD0EA
Text Example
Text Example
White with #DCD0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0EA; }
p { color: rgb(220,208,234); }
H1.HeaderClassName
{
color: #DCD0EA;
}
.AnyTagClassName
{
color: #DCD0EA;
}
</style>
background-color css
<style>
a { background-color: #DCD0EA; }
a { background-color: rgb(220,208,234); }
div.DivClassName
{
background-color: #DCD0EA;
}
.BgClassName
{
background-color: #DCD0EA;
}
</style>
border-color css
<style>
span { border-color: #DCD0EA; }
span { border-color: rgb(220,208,234); }
td.TdClassName
{
border-color: #DCD0EA;
}
.TagClassName
{
border-color: #DCD0EA;
}
</style>