Shades of Sea Mist #CAE1CB
Tints of Sea Mist #CAE1CB
RGB
CMYK
RGB Variations
Color information
#CAE1CB (or 0xCAE1CB) is known color: Sea Mist. HEX triplet: CA, E1 and CB. RGB value is (202,225,203). Sum of RGB (Red+Green+Blue) = 202+225+203=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1CB is #351E34. Grayscale: #D7D7D7. Windows color (decimal): -3481141 or 13361610. OLE color: 13361610.
HSL color Cylindrical-coordinate representation of color #CAE1CB: hue angle of 122.61º degrees, saturation: 0.28, 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 #CAE1CB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 203 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.12 |
| HSL | 122.61º | 0.28% | 0.84% | - |
| HSV(B) | 122.61º | 0.1% | 0.88% | - |
| XYZ | 62.06 | 70.72 | 66.88 | - |
| YUV | 215.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 203 | 0.10 | 0 | 0.10 | 0.12 | 122.61 | 0.28 | 0.84 |
| Hex | CA | E1 | CB | A | 0 | A | C | 7B | 1C | 54 |
| Octal | 312 | 341 | 313 | 12 | 0 | 12 | 14 | 173 | 34 | 124 |
| Binary | 11001010 | 11100001 | 11001011 | 1010 | 0 | 1010 | 1100 | 1111011 | 11100 | 1010100 |
Color Harmonies of #CAE1CB
Complementary color
Monochromatic Colors of #CAE1CB
Black with #CAE1CB
Text Example
Text Example
White with #CAE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE1CB; }
p { color: rgb(202,225,203); }
H1.HeaderClassName
{
color: #CAE1CB;
}
.AnyTagClassName
{
color: #CAE1CB;
}
</style>
background-color css
<style>
a { background-color: #CAE1CB; }
a { background-color: rgb(202,225,203); }
div.DivClassName
{
background-color: #CAE1CB;
}
.BgClassName
{
background-color: #CAE1CB;
}
</style>
border-color css
<style>
span { border-color: #CAE1CB; }
span { border-color: rgb(202,225,203); }
td.TdClassName
{
border-color: #CAE1CB;
}
.TagClassName
{
border-color: #CAE1CB;
}
</style>