Shades of Mystic #CEE1D6
Tints of Mystic #CEE1D6
RGB
CMYK
RGB Variations
Color information
#CEE1D6 (or 0xCEE1D6) is known color: Mystic. HEX triplet: CE, E1 and D6. RGB value is (206,225,214). Sum of RGB (Red+Green+Blue) = 206+225+214=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1D6 is #311E29. Grayscale: #DADADA. Windows color (decimal): -3218986 or 14082510. OLE color: 14082510.
HSL color Cylindrical-coordinate representation of color #CEE1D6: hue angle of 145.26º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEE1D6 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 214 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.12 |
| HSL | 145.26º | 0.24% | 0.85% | - |
| HSV(B) | 145.26º | 0.08% | 0.88% | - |
| XYZ | 64.52 | 71.83 | 74.08 | - |
| YUV | 218.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 214 | 0.08 | 0 | 0.05 | 0.12 | 145.26 | 0.24 | 0.85 |
| Hex | CE | E1 | D6 | 8 | 0 | 5 | C | 91 | 18 | 55 |
| Octal | 316 | 341 | 326 | 10 | 0 | 5 | 14 | 221 | 30 | 125 |
| Binary | 11001110 | 11100001 | 11010110 | 1000 | 0 | 101 | 1100 | 10010001 | 11000 | 1010101 |
Color Harmonies of #CEE1D6
Complementary color
Monochromatic Colors of #CEE1D6
Black with #CEE1D6
Text Example
Text Example
White with #CEE1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1D6; }
p { color: rgb(206,225,214); }
H1.HeaderClassName
{
color: #CEE1D6;
}
.AnyTagClassName
{
color: #CEE1D6;
}
</style>
background-color css
<style>
a { background-color: #CEE1D6; }
a { background-color: rgb(206,225,214); }
div.DivClassName
{
background-color: #CEE1D6;
}
.BgClassName
{
background-color: #CEE1D6;
}
</style>
border-color css
<style>
span { border-color: #CEE1D6; }
span { border-color: rgb(206,225,214); }
td.TdClassName
{
border-color: #CEE1D6;
}
.TagClassName
{
border-color: #CEE1D6;
}
</style>