Shades of Fog #DCD6EA
Tints of Fog #DCD6EA
RGB
CMYK
RGB Variations
Color information
#DCD6EA (or 0xDCD6EA) is known color: Fog. HEX triplet: DC, D6 and EA. RGB value is (220,214,234). Sum of RGB (Red+Green+Blue) = 220+214+234=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCD6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6EA is #232915. Grayscale: #DADADA. Windows color (decimal): -2304278 or 15390428. OLE color: 15390428.
HSL color Cylindrical-coordinate representation of color #DCD6EA: hue angle of 258º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD6EA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 214 | 234 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.08 |
| HSL | 258º | 0.32% | 0.88% | - |
| HSV(B) | 258º | 0.09% | 0.92% | - |
| XYZ | 68.41 | 69.25 | 87.6 | - |
| YUV | 218.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 234 | 0.06 | 0.09 | 0 | 0.08 | 258 | 0.32 | 0.88 |
| Hex | DC | D6 | EA | 6 | 9 | 0 | 8 | 102 | 20 | 58 |
| Octal | 334 | 326 | 352 | 6 | 11 | 0 | 10 | 402 | 40 | 130 |
| Binary | 11011100 | 11010110 | 11101010 | 110 | 1001 | 0 | 1000 | 100000010 | 100000 | 1011000 |
Color Harmonies of #DCD6EA
Complementary color
Monochromatic Colors of #DCD6EA
Black with #DCD6EA
Text Example
Text Example
White with #DCD6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6EA; }
p { color: rgb(220,214,234); }
H1.HeaderClassName
{
color: #DCD6EA;
}
.AnyTagClassName
{
color: #DCD6EA;
}
</style>
background-color css
<style>
a { background-color: #DCD6EA; }
a { background-color: rgb(220,214,234); }
div.DivClassName
{
background-color: #DCD6EA;
}
.BgClassName
{
background-color: #DCD6EA;
}
</style>
border-color css
<style>
span { border-color: #DCD6EA; }
span { border-color: rgb(220,214,234); }
td.TdClassName
{
border-color: #DCD6EA;
}
.TagClassName
{
border-color: #DCD6EA;
}
</style>