Shades of Mystic #CCE9D7
Tints of Mystic #CCE9D7
RGB
CMYK
RGB Variations
Color information
#CCE9D7 (or 0xCCE9D7) is known color: Mystic. HEX triplet: CC, E9 and D7. RGB value is (204,233,215). Sum of RGB (Red+Green+Blue) = 204+233+215=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9D7 is #331628. Grayscale: #DEDEDE. Windows color (decimal): -3348009 or 14150092. OLE color: 14150092.
HSL color Cylindrical-coordinate representation of color #CCE9D7: hue angle of 142.76º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE9D7 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 215 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.09 |
| HSL | 142.76º | 0.4% | 0.86% | - |
| HSV(B) | 142.76º | 0.12% | 0.91% | - |
| XYZ | 66.31 | 76.02 | 75.47 | - |
| YUV | 222.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 215 | 0.12 | 0 | 0.08 | 0.09 | 142.76 | 0.4 | 0.86 |
| Hex | CC | E9 | D7 | C | 0 | 8 | 9 | 8F | 28 | 56 |
| Octal | 314 | 351 | 327 | 14 | 0 | 10 | 11 | 217 | 50 | 126 |
| Binary | 11001100 | 11101001 | 11010111 | 1100 | 0 | 1000 | 1001 | 10001111 | 101000 | 1010110 |
Color Harmonies of #CCE9D7
Complementary color
Monochromatic Colors of #CCE9D7
Black with #CCE9D7
Text Example
Text Example
White with #CCE9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9D7; }
p { color: rgb(204,233,215); }
H1.HeaderClassName
{
color: #CCE9D7;
}
.AnyTagClassName
{
color: #CCE9D7;
}
</style>
background-color css
<style>
a { background-color: #CCE9D7; }
a { background-color: rgb(204,233,215); }
div.DivClassName
{
background-color: #CCE9D7;
}
.BgClassName
{
background-color: #CCE9D7;
}
</style>
border-color css
<style>
span { border-color: #CCE9D7; }
span { border-color: rgb(204,233,215); }
td.TdClassName
{
border-color: #CCE9D7;
}
.TagClassName
{
border-color: #CCE9D7;
}
</style>