Shades of Mystic #CCE0D4
Tints of Mystic #CCE0D4
RGB
CMYK
RGB Variations
Color information
#CCE0D4 (or 0xCCE0D4) is known color: Mystic. HEX triplet: CC, E0 and D4. RGB value is (204,224,212). Sum of RGB (Red+Green+Blue) = 204+224+212=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0D4 is #331F2B. Grayscale: #D8D8D8. Windows color (decimal): -3350316 or 13951180. OLE color: 13951180.
HSL color Cylindrical-coordinate representation of color #CCE0D4: hue angle of 144º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCE0D4 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 212 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.12 |
| HSL | 144º | 0.24% | 0.84% | - |
| HSV(B) | 144º | 0.09% | 0.88% | - |
| XYZ | 63.44 | 70.9 | 72.63 | - |
| YUV | 216.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 212 | 0.09 | 0 | 0.05 | 0.12 | 144 | 0.24 | 0.84 |
| Hex | CC | E0 | D4 | 9 | 0 | 5 | C | 90 | 18 | 54 |
| Octal | 314 | 340 | 324 | 11 | 0 | 5 | 14 | 220 | 30 | 124 |
| Binary | 11001100 | 11100000 | 11010100 | 1001 | 0 | 101 | 1100 | 10010000 | 11000 | 1010100 |
Color Harmonies of #CCE0D4
Complementary color
Monochromatic Colors of #CCE0D4
Black with #CCE0D4
Text Example
Text Example
White with #CCE0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0D4; }
p { color: rgb(204,224,212); }
H1.HeaderClassName
{
color: #CCE0D4;
}
.AnyTagClassName
{
color: #CCE0D4;
}
</style>
background-color css
<style>
a { background-color: #CCE0D4; }
a { background-color: rgb(204,224,212); }
div.DivClassName
{
background-color: #CCE0D4;
}
.BgClassName
{
background-color: #CCE0D4;
}
</style>
border-color css
<style>
span { border-color: #CCE0D4; }
span { border-color: rgb(204,224,212); }
td.TdClassName
{
border-color: #CCE0D4;
}
.TagClassName
{
border-color: #CCE0D4;
}
</style>