Shades of Fog #DCD6EC
Tints of Fog #DCD6EC
RGB
CMYK
RGB Variations
Color information
#DCD6EC (or 0xDCD6EC) is known color: Fog. HEX triplet: DC, D6 and EC. RGB value is (220,214,236). Sum of RGB (Red+Green+Blue) = 220+214+236=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6EC is #232913. Grayscale: #DADADA. Windows color (decimal): -2304276 or 15521500. OLE color: 15521500.
HSL color Cylindrical-coordinate representation of color #DCD6EC: hue angle of 256.36º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD6EC is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 214 | 236 | - |
CMYK | 0.07 | 0.09 | 0 | 0.07 |
HSL | 256.36º | 0.37% | 0.88% | - |
HSV(B) | 256.36º | 0.09% | 0.93% | - |
XYZ | 68.7 | 69.36 | 89.12 | - |
YUV | 218.3 | 137.99 | 129.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 214 | 236 | 0.07 | 0.09 | 0 | 0.07 | 256.36 | 0.37 | 0.88 |
Hex | DC | D6 | EC | 7 | 9 | 0 | 7 | 100 | 25 | 58 |
Octal | 334 | 326 | 354 | 7 | 11 | 0 | 7 | 400 | 45 | 130 |
Binary | 11011100 | 11010110 | 11101100 | 111 | 1001 | 0 | 111 | 100000000 | 100101 | 1011000 |
Color Harmonies of #DCD6EC
Complementary color
Monochromatic Colors of #DCD6EC
Black with #DCD6EC
Text Example
Text Example
White with #DCD6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6EC; }
p { color: rgb(220,214,236); }
H1.HeaderClassName
{
color: #DCD6EC;
}
.AnyTagClassName
{
color: #DCD6EC;
}
</style>
background-color css
<style>
a { background-color: #DCD6EC; }
a { background-color: rgb(220,214,236); }
div.DivClassName
{
background-color: #DCD6EC;
}
.BgClassName
{
background-color: #DCD6EC;
}
</style>
border-color css
<style>
span { border-color: #DCD6EC; }
span { border-color: rgb(220,214,236); }
td.TdClassName
{
border-color: #DCD6EC;
}
.TagClassName
{
border-color: #DCD6EC;
}
</style>