Shades of Sea Mist #CAE2CB
Tints of Sea Mist #CAE2CB
RGB
CMYK
RGB Variations
Color information
#CAE2CB (or 0xCAE2CB) is known color: Sea Mist. HEX triplet: CA, E2 and CB. RGB value is (202,226,203). Sum of RGB (Red+Green+Blue) = 202+226+203=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2CB is #351D34. Grayscale: #D8D8D8. Windows color (decimal): -3480885 or 13361866. OLE color: 13361866.
HSL color Cylindrical-coordinate representation of color #CAE2CB: hue angle of 122.5º degrees, saturation: 0.29, 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 #CAE2CB is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 203 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.11 |
| HSL | 122.5º | 0.29% | 0.84% | - |
| HSV(B) | 122.5º | 0.11% | 0.89% | - |
| XYZ | 62.33 | 71.26 | 66.97 | - |
| YUV | 216.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 203 | 0.11 | 0 | 0.10 | 0.11 | 122.5 | 0.29 | 0.84 |
| Hex | CA | E2 | CB | B | 0 | A | B | 7B | 1D | 54 |
| Octal | 312 | 342 | 313 | 13 | 0 | 12 | 13 | 173 | 35 | 124 |
| Binary | 11001010 | 11100010 | 11001011 | 1011 | 0 | 1010 | 1011 | 1111011 | 11101 | 1010100 |
Color Harmonies of #CAE2CB
Complementary color
Monochromatic Colors of #CAE2CB
Black with #CAE2CB
Text Example
Text Example
White with #CAE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE2CB; }
p { color: rgb(202,226,203); }
H1.HeaderClassName
{
color: #CAE2CB;
}
.AnyTagClassName
{
color: #CAE2CB;
}
</style>
background-color css
<style>
a { background-color: #CAE2CB; }
a { background-color: rgb(202,226,203); }
div.DivClassName
{
background-color: #CAE2CB;
}
.BgClassName
{
background-color: #CAE2CB;
}
</style>
border-color css
<style>
span { border-color: #CAE2CB; }
span { border-color: rgb(202,226,203); }
td.TdClassName
{
border-color: #CAE2CB;
}
.TagClassName
{
border-color: #CAE2CB;
}
</style>