Shades of Mystic #CCE2D4
Tints of Mystic #CCE2D4
RGB
CMYK
RGB Variations
Color information
#CCE2D4 (or 0xCCE2D4) is known color: Mystic. HEX triplet: CC, E2 and D4. RGB value is (204,226,212). Sum of RGB (Red+Green+Blue) = 204+226+212=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2D4 is #331D2B. Grayscale: #D9D9D9. Windows color (decimal): -3349804 or 13951692. OLE color: 13951692.
HSL color Cylindrical-coordinate representation of color #CCE2D4: hue angle of 141.82º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE2D4 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 226 | 212 | - |
CMYK | 0.10 | 0 | 0.06 | 0.11 |
HSL | 141.82º | 0.28% | 0.84% | - |
HSV(B) | 141.82º | 0.1% | 0.89% | - |
XYZ | 63.98 | 71.98 | 72.81 | - |
YUV | 217.83 | 124.71 | 118.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 226 | 212 | 0.10 | 0 | 0.06 | 0.11 | 141.82 | 0.28 | 0.84 |
Hex | CC | E2 | D4 | A | 0 | 6 | B | 8E | 1C | 54 |
Octal | 314 | 342 | 324 | 12 | 0 | 6 | 13 | 216 | 34 | 124 |
Binary | 11001100 | 11100010 | 11010100 | 1010 | 0 | 110 | 1011 | 10001110 | 11100 | 1010100 |
Color Harmonies of #CCE2D4
Complementary color
Monochromatic Colors of #CCE2D4
Black with #CCE2D4
Text Example
Text Example
White with #CCE2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2D4; }
p { color: rgb(204,226,212); }
H1.HeaderClassName
{
color: #CCE2D4;
}
.AnyTagClassName
{
color: #CCE2D4;
}
</style>
background-color css
<style>
a { background-color: #CCE2D4; }
a { background-color: rgb(204,226,212); }
div.DivClassName
{
background-color: #CCE2D4;
}
.BgClassName
{
background-color: #CCE2D4;
}
</style>
border-color css
<style>
span { border-color: #CCE2D4; }
span { border-color: rgb(204,226,212); }
td.TdClassName
{
border-color: #CCE2D4;
}
.TagClassName
{
border-color: #CCE2D4;
}
</style>