Shades of Mystic #CCE4D6
Tints of Mystic #CCE4D6
RGB
CMYK
RGB Variations
Color information
#CCE4D6 (or 0xCCE4D6) is known color: Mystic. HEX triplet: CC, E4 and D6. RGB value is (204,228,214). Sum of RGB (Red+Green+Blue) = 204+228+214=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 214 (83.98% from 255 or 33.13% from 646); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4D6 is #331B29. Grayscale: #DBDBDB. Windows color (decimal): -3349290 or 14083276. OLE color: 14083276.
HSL color Cylindrical-coordinate representation of color #CCE4D6: hue angle of 145º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE4D6 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 214 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.11 |
| HSL | 145º | 0.31% | 0.85% | - |
| HSV(B) | 145º | 0.11% | 0.89% | - |
| XYZ | 64.78 | 73.18 | 74.33 | - |
| YUV | 219.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 214 | 0.11 | 0 | 0.06 | 0.11 | 145 | 0.31 | 0.85 |
| Hex | CC | E4 | D6 | B | 0 | 6 | B | 91 | 1F | 55 |
| Octal | 314 | 344 | 326 | 13 | 0 | 6 | 13 | 221 | 37 | 125 |
| Binary | 11001100 | 11100100 | 11010110 | 1011 | 0 | 110 | 1011 | 10010001 | 11111 | 1010101 |
Color Harmonies of #CCE4D6
Complementary color
Monochromatic Colors of #CCE4D6
Black with #CCE4D6
Text Example
Text Example
White with #CCE4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE4D6; }
p { color: rgb(204,228,214); }
H1.HeaderClassName
{
color: #CCE4D6;
}
.AnyTagClassName
{
color: #CCE4D6;
}
</style>
background-color css
<style>
a { background-color: #CCE4D6; }
a { background-color: rgb(204,228,214); }
div.DivClassName
{
background-color: #CCE4D6;
}
.BgClassName
{
background-color: #CCE4D6;
}
</style>
border-color css
<style>
span { border-color: #CCE4D6; }
span { border-color: rgb(204,228,214); }
td.TdClassName
{
border-color: #CCE4D6;
}
.TagClassName
{
border-color: #CCE4D6;
}
</style>