Shades of Sea Mist #CCE2CB
Tints of Sea Mist #CCE2CB
RGB
CMYK
RGB Variations
Color information
#CCE2CB (or 0xCCE2CB) is known color: Sea Mist. HEX triplet: CC, E2 and CB. RGB value is (204,226,203). Sum of RGB (Red+Green+Blue) = 204+226+203=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2CB is #331D34. Grayscale: #D8D8D8. Windows color (decimal): -3349813 or 13361868. OLE color: 13361868.
HSL color Cylindrical-coordinate representation of color #CCE2CB: hue angle of 117.39º 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 #CCE2CB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 203 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.11 |
| HSL | 117.39º | 0.28% | 0.84% | - |
| HSV(B) | 117.39º | 0.1% | 0.89% | - |
| XYZ | 62.88 | 71.54 | 66.99 | - |
| YUV | 216.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 203 | 0.10 | 0 | 0.10 | 0.11 | 117.39 | 0.28 | 0.84 |
| Hex | CC | E2 | CB | A | 0 | A | B | 75 | 1C | 54 |
| Octal | 314 | 342 | 313 | 12 | 0 | 12 | 13 | 165 | 34 | 124 |
| Binary | 11001100 | 11100010 | 11001011 | 1010 | 0 | 1010 | 1011 | 1110101 | 11100 | 1010100 |
Color Harmonies of #CCE2CB
Complementary color
Monochromatic Colors of #CCE2CB
Black with #CCE2CB
Text Example
Text Example
White with #CCE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2CB; }
p { color: rgb(204,226,203); }
H1.HeaderClassName
{
color: #CCE2CB;
}
.AnyTagClassName
{
color: #CCE2CB;
}
</style>
background-color css
<style>
a { background-color: #CCE2CB; }
a { background-color: rgb(204,226,203); }
div.DivClassName
{
background-color: #CCE2CB;
}
.BgClassName
{
background-color: #CCE2CB;
}
</style>
border-color css
<style>
span { border-color: #CCE2CB; }
span { border-color: rgb(204,226,203); }
td.TdClassName
{
border-color: #CCE2CB;
}
.TagClassName
{
border-color: #CCE2CB;
}
</style>