Shades of Sea Mist #CAE0CB
Tints of Sea Mist #CAE0CB
RGB
CMYK
RGB Variations
Color information
#CAE0CB (or 0xCAE0CB) is known color: Sea Mist. HEX triplet: CA, E0 and CB. RGB value is (202,224,203). Sum of RGB (Red+Green+Blue) = 202+224+203=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0CB is #351F34. Grayscale: #D7D7D7. Windows color (decimal): -3481397 or 13361354. OLE color: 13361354.
HSL color Cylindrical-coordinate representation of color #CAE0CB: hue angle of 122.73º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAE0CB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 203 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.12 |
| HSL | 122.73º | 0.26% | 0.84% | - |
| HSV(B) | 122.73º | 0.1% | 0.88% | - |
| XYZ | 61.79 | 70.18 | 66.79 | - |
| YUV | 215.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 203 | 0.10 | 0 | 0.09 | 0.12 | 122.73 | 0.26 | 0.84 |
| Hex | CA | E0 | CB | A | 0 | 9 | C | 7B | 1A | 54 |
| Octal | 312 | 340 | 313 | 12 | 0 | 11 | 14 | 173 | 32 | 124 |
| Binary | 11001010 | 11100000 | 11001011 | 1010 | 0 | 1001 | 1100 | 1111011 | 11010 | 1010100 |
Color Harmonies of #CAE0CB
Complementary color
Monochromatic Colors of #CAE0CB
Black with #CAE0CB
Text Example
Text Example
White with #CAE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE0CB; }
p { color: rgb(202,224,203); }
H1.HeaderClassName
{
color: #CAE0CB;
}
.AnyTagClassName
{
color: #CAE0CB;
}
</style>
background-color css
<style>
a { background-color: #CAE0CB; }
a { background-color: rgb(202,224,203); }
div.DivClassName
{
background-color: #CAE0CB;
}
.BgClassName
{
background-color: #CAE0CB;
}
</style>
border-color css
<style>
span { border-color: #CAE0CB; }
span { border-color: rgb(202,224,203); }
td.TdClassName
{
border-color: #CAE0CB;
}
.TagClassName
{
border-color: #CAE0CB;
}
</style>