Shades of Sea Mist #CCE3CC
Tints of Sea Mist #CCE3CC
RGB
CMYK
RGB Variations
Color information
#CCE3CC (or 0xCCE3CC) is known color: Sea Mist. HEX triplet: CC, E3 and CC. RGB value is (204,227,204). Sum of RGB (Red+Green+Blue) = 204+227+204=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE3CC is #331C33. Grayscale: #D9D9D9. Windows color (decimal): -3349556 or 13427660. OLE color: 13427660.
HSL color Cylindrical-coordinate representation of color #CCE3CC: hue angle of 120º 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 #CCE3CC is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 204 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.11 |
| HSL | 120º | 0.29% | 0.85% | - |
| HSV(B) | 120º | 0.1% | 0.89% | - |
| XYZ | 63.27 | 72.14 | 67.72 | - |
| YUV | 217.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 204 | 0.10 | 0 | 0.10 | 0.11 | 120 | 0.29 | 0.85 |
| Hex | CC | E3 | CC | A | 0 | A | B | 78 | 1D | 55 |
| Octal | 314 | 343 | 314 | 12 | 0 | 12 | 13 | 170 | 35 | 125 |
| Binary | 11001100 | 11100011 | 11001100 | 1010 | 0 | 1010 | 1011 | 1111000 | 11101 | 1010101 |
Color Harmonies of #CCE3CC
Complementary color
Monochromatic Colors of #CCE3CC
Black with #CCE3CC
Text Example
Text Example
White with #CCE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3CC; }
p { color: rgb(204,227,204); }
H1.HeaderClassName
{
color: #CCE3CC;
}
.AnyTagClassName
{
color: #CCE3CC;
}
</style>
background-color css
<style>
a { background-color: #CCE3CC; }
a { background-color: rgb(204,227,204); }
div.DivClassName
{
background-color: #CCE3CC;
}
.BgClassName
{
background-color: #CCE3CC;
}
</style>
border-color css
<style>
span { border-color: #CCE3CC; }
span { border-color: rgb(204,227,204); }
td.TdClassName
{
border-color: #CCE3CC;
}
.TagClassName
{
border-color: #CCE3CC;
}
</style>