Shades of Sea Mist #CAE3CA
Tints of Sea Mist #CAE3CA
RGB
CMYK
RGB Variations
Color information
#CAE3CA (or 0xCAE3CA) is known color: Sea Mist. HEX triplet: CA, E3 and CA. RGB value is (202,227,202). Sum of RGB (Red+Green+Blue) = 202+227+202=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3CA is #351C35. Grayscale: #D8D8D8. Windows color (decimal): -3480630 or 13296586. OLE color: 13296586.
HSL color Cylindrical-coordinate representation of color #CAE3CA: hue angle of 120º degrees, saturation: 0.31, 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 #CAE3CA is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 202 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.11 |
| HSL | 120º | 0.31% | 0.84% | - |
| HSV(B) | 120º | 0.11% | 0.89% | - |
| XYZ | 62.49 | 71.76 | 66.43 | - |
| YUV | 216.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 202 | 0.11 | 0 | 0.11 | 0.11 | 120 | 0.31 | 0.84 |
| Hex | CA | E3 | CA | B | 0 | B | B | 78 | 1F | 54 |
| Octal | 312 | 343 | 312 | 13 | 0 | 13 | 13 | 170 | 37 | 124 |
| Binary | 11001010 | 11100011 | 11001010 | 1011 | 0 | 1011 | 1011 | 1111000 | 11111 | 1010100 |
Color Harmonies of #CAE3CA
Complementary color
Monochromatic Colors of #CAE3CA
Black with #CAE3CA
Text Example
Text Example
White with #CAE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE3CA; }
p { color: rgb(202,227,202); }
H1.HeaderClassName
{
color: #CAE3CA;
}
.AnyTagClassName
{
color: #CAE3CA;
}
</style>
background-color css
<style>
a { background-color: #CAE3CA; }
a { background-color: rgb(202,227,202); }
div.DivClassName
{
background-color: #CAE3CA;
}
.BgClassName
{
background-color: #CAE3CA;
}
</style>
border-color css
<style>
span { border-color: #CAE3CA; }
span { border-color: rgb(202,227,202); }
td.TdClassName
{
border-color: #CAE3CA;
}
.TagClassName
{
border-color: #CAE3CA;
}
</style>