Shades of Sea Mist #CCE1CC
Tints of Sea Mist #CCE1CC
RGB
CMYK
RGB Variations
Color information
#CCE1CC (or 0xCCE1CC) is known color: Sea Mist. HEX triplet: CC, E1 and CC. RGB value is (204,225,204). Sum of RGB (Red+Green+Blue) = 204+225+204=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1CC is #331E33. Grayscale: #D8D8D8. Windows color (decimal): -3350068 or 13427148. OLE color: 13427148.
HSL color Cylindrical-coordinate representation of color #CCE1CC: hue angle of 120º degrees, saturation: 0.26, 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 #CCE1CC is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 204 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.12 |
| HSL | 120º | 0.26% | 0.84% | - |
| HSV(B) | 120º | 0.09% | 0.88% | - |
| XYZ | 62.73 | 71.05 | 67.53 | - |
| YUV | 216.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 204 | 0.09 | 0 | 0.09 | 0.12 | 120 | 0.26 | 0.84 |
| Hex | CC | E1 | CC | 9 | 0 | 9 | C | 78 | 1A | 54 |
| Octal | 314 | 341 | 314 | 11 | 0 | 11 | 14 | 170 | 32 | 124 |
| Binary | 11001100 | 11100001 | 11001100 | 1001 | 0 | 1001 | 1100 | 1111000 | 11010 | 1010100 |
Color Harmonies of #CCE1CC
Complementary color
Monochromatic Colors of #CCE1CC
Black with #CCE1CC
Text Example
Text Example
White with #CCE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE1CC; }
p { color: rgb(204,225,204); }
H1.HeaderClassName
{
color: #CCE1CC;
}
.AnyTagClassName
{
color: #CCE1CC;
}
</style>
background-color css
<style>
a { background-color: #CCE1CC; }
a { background-color: rgb(204,225,204); }
div.DivClassName
{
background-color: #CCE1CC;
}
.BgClassName
{
background-color: #CCE1CC;
}
</style>
border-color css
<style>
span { border-color: #CCE1CC; }
span { border-color: rgb(204,225,204); }
td.TdClassName
{
border-color: #CCE1CC;
}
.TagClassName
{
border-color: #CCE1CC;
}
</style>