Shades of Mystic #CEECDA
Tints of Mystic #CEECDA
RGB
CMYK
RGB Variations
Color information
#CEECDA (or 0xCEECDA) is known color: Mystic. HEX triplet: CE, EC and DA. RGB value is (206,236,218). Sum of RGB (Red+Green+Blue) = 206+236+218=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECDA is #311325. Grayscale: #E1E1E1. Windows color (decimal): -3216166 or 14347470. OLE color: 14347470.
HSL color Cylindrical-coordinate representation of color #CEECDA: hue angle of 144º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEECDA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 218 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.07 |
| HSL | 144º | 0.44% | 0.87% | - |
| HSV(B) | 144º | 0.13% | 0.93% | - |
| XYZ | 68.1 | 78.17 | 77.83 | - |
| YUV | 224.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 218 | 0.13 | 0 | 0.08 | 0.07 | 144 | 0.44 | 0.87 |
| Hex | CE | EC | DA | D | 0 | 8 | 7 | 90 | 2C | 57 |
| Octal | 316 | 354 | 332 | 15 | 0 | 10 | 7 | 220 | 54 | 127 |
| Binary | 11001110 | 11101100 | 11011010 | 1101 | 0 | 1000 | 111 | 10010000 | 101100 | 1010111 |
Color Harmonies of #CEECDA
Complementary color
Monochromatic Colors of #CEECDA
Black with #CEECDA
Text Example
Text Example
White with #CEECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECDA; }
p { color: rgb(206,236,218); }
H1.HeaderClassName
{
color: #CEECDA;
}
.AnyTagClassName
{
color: #CEECDA;
}
</style>
background-color css
<style>
a { background-color: #CEECDA; }
a { background-color: rgb(206,236,218); }
div.DivClassName
{
background-color: #CEECDA;
}
.BgClassName
{
background-color: #CEECDA;
}
</style>
border-color css
<style>
span { border-color: #CEECDA; }
span { border-color: rgb(206,236,218); }
td.TdClassName
{
border-color: #CEECDA;
}
.TagClassName
{
border-color: #CEECDA;
}
</style>