Shades of Sea Mist #CAE2C9
Tints of Sea Mist #CAE2C9
RGB
CMYK
RGB Variations
Color information
#CAE2C9 (or 0xCAE2C9) is known color: Sea Mist. HEX triplet: CA, E2 and C9. RGB value is (202,226,201). Sum of RGB (Red+Green+Blue) = 202+226+201=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2C9 is #351D36. Grayscale: #D8D8D8. Windows color (decimal): -3480887 or 13230794. OLE color: 13230794.
HSL color Cylindrical-coordinate representation of color #CAE2C9: hue angle of 117.6º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE2C9 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 201 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.11 |
| HSL | 117.6º | 0.3% | 0.84% | - |
| HSV(B) | 117.6º | 0.11% | 0.89% | - |
| XYZ | 62.1 | 71.17 | 65.72 | - |
| YUV | 215.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 201 | 0.11 | 0 | 0.11 | 0.11 | 117.6 | 0.3 | 0.84 |
| Hex | CA | E2 | C9 | B | 0 | B | B | 76 | 1E | 54 |
| Octal | 312 | 342 | 311 | 13 | 0 | 13 | 13 | 166 | 36 | 124 |
| Binary | 11001010 | 11100010 | 11001001 | 1011 | 0 | 1011 | 1011 | 1110110 | 11110 | 1010100 |
Color Harmonies of #CAE2C9
Complementary color
Monochromatic Colors of #CAE2C9
Black with #CAE2C9
Text Example
Text Example
White with #CAE2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE2C9; }
p { color: rgb(202,226,201); }
H1.HeaderClassName
{
color: #CAE2C9;
}
.AnyTagClassName
{
color: #CAE2C9;
}
</style>
background-color css
<style>
a { background-color: #CAE2C9; }
a { background-color: rgb(202,226,201); }
div.DivClassName
{
background-color: #CAE2C9;
}
.BgClassName
{
background-color: #CAE2C9;
}
</style>
border-color css
<style>
span { border-color: #CAE2C9; }
span { border-color: rgb(202,226,201); }
td.TdClassName
{
border-color: #CAE2C9;
}
.TagClassName
{
border-color: #CAE2C9;
}
</style>