Shades of Fog #DCD6ED
Tints of Fog #DCD6ED
RGB
CMYK
RGB Variations
Color information
#DCD6ED (or 0xDCD6ED) is known color: Fog. HEX triplet: DC, D6 and ED. RGB value is (220,214,237). Sum of RGB (Red+Green+Blue) = 220+214+237=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6ED is #232912. Grayscale: #DADADA. Windows color (decimal): -2304275 or 15587036. OLE color: 15587036.
HSL color Cylindrical-coordinate representation of color #DCD6ED: hue angle of 255.65º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD6ED is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 214 | 237 | - |
CMYK | 0.07 | 0.10 | 0 | 0.07 |
HSL | 255.65º | 0.39% | 0.88% | - |
HSV(B) | 255.65º | 0.1% | 0.93% | - |
XYZ | 68.85 | 69.42 | 89.89 | - |
YUV | 218.42 | 138.49 | 129.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 214 | 237 | 0.07 | 0.10 | 0 | 0.07 | 255.65 | 0.39 | 0.88 |
Hex | DC | D6 | ED | 7 | A | 0 | 7 | 100 | 27 | 58 |
Octal | 334 | 326 | 355 | 7 | 12 | 0 | 7 | 400 | 47 | 130 |
Binary | 11011100 | 11010110 | 11101101 | 111 | 1010 | 0 | 111 | 100000000 | 100111 | 1011000 |
Color Harmonies of #DCD6ED
Complementary color
Monochromatic Colors of #DCD6ED
Black with #DCD6ED
Text Example
Text Example
White with #DCD6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6ED; }
p { color: rgb(220,214,237); }
H1.HeaderClassName
{
color: #DCD6ED;
}
.AnyTagClassName
{
color: #DCD6ED;
}
</style>
background-color css
<style>
a { background-color: #DCD6ED; }
a { background-color: rgb(220,214,237); }
div.DivClassName
{
background-color: #DCD6ED;
}
.BgClassName
{
background-color: #DCD6ED;
}
</style>
border-color css
<style>
span { border-color: #DCD6ED; }
span { border-color: rgb(220,214,237); }
td.TdClassName
{
border-color: #DCD6ED;
}
.TagClassName
{
border-color: #DCD6ED;
}
</style>