Shades of Sea Mist #CAE5C9
Tints of Sea Mist #CAE5C9
RGB
CMYK
RGB Variations
Color information
#CAE5C9 (or 0xCAE5C9) is known color: Sea Mist. HEX triplet: CA, E5 and C9. RGB value is (202,229,201). Sum of RGB (Red+Green+Blue) = 202+229+201=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5C9 is #351A36. Grayscale: #D9D9D9. Windows color (decimal): -3480119 or 13231562. OLE color: 13231562.
HSL color Cylindrical-coordinate representation of color #CAE5C9: hue angle of 117.86º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE5C9 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 201 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.10 |
| HSL | 117.86º | 0.35% | 0.84% | - |
| HSV(B) | 117.86º | 0.12% | 0.9% | - |
| XYZ | 62.92 | 72.81 | 66 | - |
| YUV | 217.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 201 | 0.12 | 0 | 0.12 | 0.10 | 117.86 | 0.35 | 0.84 |
| Hex | CA | E5 | C9 | C | 0 | C | A | 76 | 23 | 54 |
| Octal | 312 | 345 | 311 | 14 | 0 | 14 | 12 | 166 | 43 | 124 |
| Binary | 11001010 | 11100101 | 11001001 | 1100 | 0 | 1100 | 1010 | 1110110 | 100011 | 1010100 |
Color Harmonies of #CAE5C9
Complementary color
Monochromatic Colors of #CAE5C9
Black with #CAE5C9
Text Example
Text Example
White with #CAE5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5C9; }
p { color: rgb(202,229,201); }
H1.HeaderClassName
{
color: #CAE5C9;
}
.AnyTagClassName
{
color: #CAE5C9;
}
</style>
background-color css
<style>
a { background-color: #CAE5C9; }
a { background-color: rgb(202,229,201); }
div.DivClassName
{
background-color: #CAE5C9;
}
.BgClassName
{
background-color: #CAE5C9;
}
</style>
border-color css
<style>
span { border-color: #CAE5C9; }
span { border-color: rgb(202,229,201); }
td.TdClassName
{
border-color: #CAE5C9;
}
.TagClassName
{
border-color: #CAE5C9;
}
</style>