Shades of Mystic #CEDED6
Tints of Mystic #CEDED6
RGB
CMYK
RGB Variations
Color information
#CEDED6 (or 0xCEDED6) is known color: Mystic. HEX triplet: CE, DE and D6. RGB value is (206,222,214). Sum of RGB (Red+Green+Blue) = 206+222+214=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDED6 is #312129. Grayscale: #D8D8D8. Windows color (decimal): -3219754 or 14081742. OLE color: 14081742.
HSL color Cylindrical-coordinate representation of color #CEDED6: hue angle of 150º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEDED6 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 222 | 214 | - |
CMYK | 0.07 | 0 | 0.04 | 0.13 |
HSL | 150º | 0.2% | 0.84% | - |
HSV(B) | 150º | 0.07% | 0.87% | - |
XYZ | 63.71 | 70.22 | 73.81 | - |
YUV | 216.3 | 126.7 | 120.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 222 | 214 | 0.07 | 0 | 0.04 | 0.13 | 150 | 0.2 | 0.84 |
Hex | CE | DE | D6 | 7 | 0 | 4 | D | 96 | 14 | 54 |
Octal | 316 | 336 | 326 | 7 | 0 | 4 | 15 | 226 | 24 | 124 |
Binary | 11001110 | 11011110 | 11010110 | 111 | 0 | 100 | 1101 | 10010110 | 10100 | 1010100 |
Color Harmonies of #CEDED6
Complementary color
Monochromatic Colors of #CEDED6
Black with #CEDED6
Text Example
Text Example
White with #CEDED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDED6; }
p { color: rgb(206,222,214); }
H1.HeaderClassName
{
color: #CEDED6;
}
.AnyTagClassName
{
color: #CEDED6;
}
</style>
background-color css
<style>
a { background-color: #CEDED6; }
a { background-color: rgb(206,222,214); }
div.DivClassName
{
background-color: #CEDED6;
}
.BgClassName
{
background-color: #CEDED6;
}
</style>
border-color css
<style>
span { border-color: #CEDED6; }
span { border-color: rgb(206,222,214); }
td.TdClassName
{
border-color: #CEDED6;
}
.TagClassName
{
border-color: #CEDED6;
}
</style>