Shades of Mystic #CEEBDA
Tints of Mystic #CEEBDA
RGB
CMYK
RGB Variations
Color information
#CEEBDA (or 0xCEEBDA) is known color: Mystic. HEX triplet: CE, EB and DA. RGB value is (206,235,218). Sum of RGB (Red+Green+Blue) = 206+235+218=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBDA is #311425. Grayscale: #E0E0E0. Windows color (decimal): -3216422 or 14347214. OLE color: 14347214.
HSL color Cylindrical-coordinate representation of color #CEEBDA: hue angle of 144.83º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEBDA is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 218 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.08 |
| HSL | 144.83º | 0.42% | 0.86% | - |
| HSV(B) | 144.83º | 0.12% | 0.92% | - |
| XYZ | 67.82 | 77.6 | 77.73 | - |
| YUV | 224.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 218 | 0.12 | 0 | 0.07 | 0.08 | 144.83 | 0.42 | 0.86 |
| Hex | CE | EB | DA | C | 0 | 7 | 8 | 91 | 2A | 56 |
| Octal | 316 | 353 | 332 | 14 | 0 | 7 | 10 | 221 | 52 | 126 |
| Binary | 11001110 | 11101011 | 11011010 | 1100 | 0 | 111 | 1000 | 10010001 | 101010 | 1010110 |
Color Harmonies of #CEEBDA
Complementary color
Monochromatic Colors of #CEEBDA
Black with #CEEBDA
Text Example
Text Example
White with #CEEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBDA; }
p { color: rgb(206,235,218); }
H1.HeaderClassName
{
color: #CEEBDA;
}
.AnyTagClassName
{
color: #CEEBDA;
}
</style>
background-color css
<style>
a { background-color: #CEEBDA; }
a { background-color: rgb(206,235,218); }
div.DivClassName
{
background-color: #CEEBDA;
}
.BgClassName
{
background-color: #CEEBDA;
}
</style>
border-color css
<style>
span { border-color: #CEEBDA; }
span { border-color: rgb(206,235,218); }
td.TdClassName
{
border-color: #CEEBDA;
}
.TagClassName
{
border-color: #CEEBDA;
}
</style>