Shades of Mystic #CCE3D5
Tints of Mystic #CCE3D5
RGB
CMYK
RGB Variations
Color information
#CCE3D5 (or 0xCCE3D5) is known color: Mystic. HEX triplet: CC, E3 and D5. RGB value is (204,227,213). Sum of RGB (Red+Green+Blue) = 204+227+213=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE3D5 is #331C2A. Grayscale: #DADADA. Windows color (decimal): -3349547 or 14017484. OLE color: 14017484.
HSL color Cylindrical-coordinate representation of color #CCE3D5: hue angle of 143.48º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE3D5 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 213 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.11 |
| HSL | 143.48º | 0.29% | 0.85% | - |
| HSV(B) | 143.48º | 0.1% | 0.89% | - |
| XYZ | 64.38 | 72.58 | 73.57 | - |
| YUV | 218.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 213 | 0.10 | 0 | 0.06 | 0.11 | 143.48 | 0.29 | 0.85 |
| Hex | CC | E3 | D5 | A | 0 | 6 | B | 8F | 1D | 55 |
| Octal | 314 | 343 | 325 | 12 | 0 | 6 | 13 | 217 | 35 | 125 |
| Binary | 11001100 | 11100011 | 11010101 | 1010 | 0 | 110 | 1011 | 10001111 | 11101 | 1010101 |
Color Harmonies of #CCE3D5
Complementary color
Monochromatic Colors of #CCE3D5
Black with #CCE3D5
Text Example
Text Example
White with #CCE3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3D5; }
p { color: rgb(204,227,213); }
H1.HeaderClassName
{
color: #CCE3D5;
}
.AnyTagClassName
{
color: #CCE3D5;
}
</style>
background-color css
<style>
a { background-color: #CCE3D5; }
a { background-color: rgb(204,227,213); }
div.DivClassName
{
background-color: #CCE3D5;
}
.BgClassName
{
background-color: #CCE3D5;
}
</style>
border-color css
<style>
span { border-color: #CCE3D5; }
span { border-color: rgb(204,227,213); }
td.TdClassName
{
border-color: #CCE3D5;
}
.TagClassName
{
border-color: #CCE3D5;
}
</style>