Shades of Mystic #DCDEDD
Tints of Mystic #DCDEDD
RGB
CMYK
RGB Variations
Color information
#DCDEDD (or 0xDCDEDD) is known color: Mystic. HEX triplet: DC, DE and DD. RGB value is (220,222,221). Sum of RGB (Red+Green+Blue) = 220+222+221=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEDD is #232122. Grayscale: #DDDDDD. Windows color (decimal): -2302243 or 14540508. OLE color: 14540508.
HSL color Cylindrical-coordinate representation of color #DCDEDD: hue angle of 150º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DCDEDD is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 222 | 221 | - |
CMYK | 0.01 | 0 | 0.00 | 0.13 |
HSL | 150º | 0.03% | 0.87% | - |
HSV(B) | 150º | 0.01% | 0.87% | - |
XYZ | 68.69 | 72.68 | 78.81 | - |
YUV | 221.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 221 | 0.01 | 0 | 0.00 | 0.13 | 150 | 0.03 | 0.87 |
Hex | DC | DE | DD | 1 | 0 | 0 | D | 96 | 3 | 57 |
Octal | 334 | 336 | 335 | 1 | 0 | 0 | 15 | 226 | 3 | 127 |
Binary | 11011100 | 11011110 | 11011101 | 1 | 0 | 0 | 1101 | 10010110 | 11 | 1010111 |
Color Harmonies of #DCDEDD
Complementary color
Monochromatic Colors of #DCDEDD
Black with #DCDEDD
Text Example
Text Example
White with #DCDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEDD; }
p { color: rgb(220,222,221); }
H1.HeaderClassName
{
color: #DCDEDD;
}
.AnyTagClassName
{
color: #DCDEDD;
}
</style>
background-color css
<style>
a { background-color: #DCDEDD; }
a { background-color: rgb(220,222,221); }
div.DivClassName
{
background-color: #DCDEDD;
}
.BgClassName
{
background-color: #DCDEDD;
}
</style>
border-color css
<style>
span { border-color: #DCDEDD; }
span { border-color: rgb(220,222,221); }
td.TdClassName
{
border-color: #DCDEDD;
}
.TagClassName
{
border-color: #DCDEDD;
}
</style>