Shades of Sea Mist #CAE4CA
Tints of Sea Mist #CAE4CA
RGB
CMYK
RGB Variations
Color information
#CAE4CA (or 0xCAE4CA) is known color: Sea Mist. HEX triplet: CA, E4 and CA. RGB value is (202,228,202). Sum of RGB (Red+Green+Blue) = 202+228+202=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4CA is #351B35. Grayscale: #D9D9D9. Windows color (decimal): -3480374 or 13296842. OLE color: 13296842.
HSL color Cylindrical-coordinate representation of color #CAE4CA: hue angle of 120º degrees, saturation: 0.32, 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 #CAE4CA is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 202 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.11 |
| HSL | 120º | 0.33% | 0.84% | - |
| HSV(B) | 120º | 0.11% | 0.89% | - |
| XYZ | 62.76 | 72.31 | 66.53 | - |
| YUV | 217.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 202 | 0.11 | 0 | 0.11 | 0.11 | 120 | 0.33 | 0.84 |
| Hex | CA | E4 | CA | B | 0 | B | B | 78 | 20 | 54 |
| Octal | 312 | 344 | 312 | 13 | 0 | 13 | 13 | 170 | 40 | 124 |
| Binary | 11001010 | 11100100 | 11001010 | 1011 | 0 | 1011 | 1011 | 1111000 | 100000 | 1010100 |
Color Harmonies of #CAE4CA
Complementary color
Monochromatic Colors of #CAE4CA
Black with #CAE4CA
Text Example
Text Example
White with #CAE4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE4CA; }
p { color: rgb(202,228,202); }
H1.HeaderClassName
{
color: #CAE4CA;
}
.AnyTagClassName
{
color: #CAE4CA;
}
</style>
background-color css
<style>
a { background-color: #CAE4CA; }
a { background-color: rgb(202,228,202); }
div.DivClassName
{
background-color: #CAE4CA;
}
.BgClassName
{
background-color: #CAE4CA;
}
</style>
border-color css
<style>
span { border-color: #CAE4CA; }
span { border-color: rgb(202,228,202); }
td.TdClassName
{
border-color: #CAE4CA;
}
.TagClassName
{
border-color: #CAE4CA;
}
</style>