Shades of Sea Mist #CBE3CA
Tints of Sea Mist #CBE3CA
RGB
CMYK
RGB Variations
Color information
#CBE3CA (or 0xCBE3CA) is known color: Sea Mist. HEX triplet: CB, E3 and CA. RGB value is (203,227,202). Sum of RGB (Red+Green+Blue) = 203+227+202=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3CA is #341C35. Grayscale: #D9D9D9. Windows color (decimal): -3415094 or 13296587. OLE color: 13296587.
HSL color Cylindrical-coordinate representation of color #CBE3CA: hue angle of 117.6º 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 #CBE3CA is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 202 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.11 |
| HSL | 117.6º | 0.31% | 0.84% | - |
| HSV(B) | 117.6º | 0.11% | 0.89% | - |
| XYZ | 62.76 | 71.9 | 66.45 | - |
| YUV | 216.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 202 | 0.11 | 0 | 0.11 | 0.11 | 117.6 | 0.31 | 0.84 |
| Hex | CB | E3 | CA | B | 0 | B | B | 76 | 1F | 54 |
| Octal | 313 | 343 | 312 | 13 | 0 | 13 | 13 | 166 | 37 | 124 |
| Binary | 11001011 | 11100011 | 11001010 | 1011 | 0 | 1011 | 1011 | 1110110 | 11111 | 1010100 |
Color Harmonies of #CBE3CA
Complementary color
Monochromatic Colors of #CBE3CA
Black with #CBE3CA
Text Example
Text Example
White with #CBE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE3CA; }
p { color: rgb(203,227,202); }
H1.HeaderClassName
{
color: #CBE3CA;
}
.AnyTagClassName
{
color: #CBE3CA;
}
</style>
background-color css
<style>
a { background-color: #CBE3CA; }
a { background-color: rgb(203,227,202); }
div.DivClassName
{
background-color: #CBE3CA;
}
.BgClassName
{
background-color: #CBE3CA;
}
</style>
border-color css
<style>
span { border-color: #CBE3CA; }
span { border-color: rgb(203,227,202); }
td.TdClassName
{
border-color: #CBE3CA;
}
.TagClassName
{
border-color: #CBE3CA;
}
</style>