Shades of Mystic #CEDCD3
Tints of Mystic #CEDCD3
RGB
CMYK
RGB Variations
Color information
#CEDCD3 (or 0xCEDCD3) is known color: Mystic. HEX triplet: CE, DC and D3. RGB value is (206,220,211). Sum of RGB (Red+Green+Blue) = 206+220+211=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCD3 is #31232C. Grayscale: #D6D6D6. Windows color (decimal): -3220269 or 13884622. OLE color: 13884622.
HSL color Cylindrical-coordinate representation of color #CEDCD3: hue angle of 141.43º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDCD3 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 220 | 211 | - |
CMYK | 0.06 | 0 | 0.04 | 0.14 |
HSL | 141.43º | 0.17% | 0.84% | - |
HSV(B) | 141.43º | 0.06% | 0.86% | - |
XYZ | 62.8 | 69.01 | 71.64 | - |
YUV | 214.79 | 125.86 | 121.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 220 | 211 | 0.06 | 0 | 0.04 | 0.14 | 141.43 | 0.17 | 0.84 |
Hex | CE | DC | D3 | 6 | 0 | 4 | E | 8D | 11 | 54 |
Octal | 316 | 334 | 323 | 6 | 0 | 4 | 16 | 215 | 21 | 124 |
Binary | 11001110 | 11011100 | 11010011 | 110 | 0 | 100 | 1110 | 10001101 | 10001 | 1010100 |
Color Harmonies of #CEDCD3
Complementary color
Monochromatic Colors of #CEDCD3
Black with #CEDCD3
Text Example
Text Example
White with #CEDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCD3; }
p { color: rgb(206,220,211); }
H1.HeaderClassName
{
color: #CEDCD3;
}
.AnyTagClassName
{
color: #CEDCD3;
}
</style>
background-color css
<style>
a { background-color: #CEDCD3; }
a { background-color: rgb(206,220,211); }
div.DivClassName
{
background-color: #CEDCD3;
}
.BgClassName
{
background-color: #CEDCD3;
}
</style>
border-color css
<style>
span { border-color: #CEDCD3; }
span { border-color: rgb(206,220,211); }
td.TdClassName
{
border-color: #CEDCD3;
}
.TagClassName
{
border-color: #CEDCD3;
}
</style>