Shades of Sea Mist #CBE1CB
Tints of Sea Mist #CBE1CB
RGB
CMYK
RGB Variations
Color information
#CBE1CB (or 0xCBE1CB) is known color: Sea Mist. HEX triplet: CB, E1 and CB. RGB value is (203,225,203). Sum of RGB (Red+Green+Blue) = 203+225+203=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1CB is #341E34. Grayscale: #D7D7D7. Windows color (decimal): -3415605 or 13361611. OLE color: 13361611.
HSL color Cylindrical-coordinate representation of color #CBE1CB: hue angle of 120º degrees, saturation: 0.27, 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 #CBE1CB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 203 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.12 |
| HSL | 120º | 0.27% | 0.84% | - |
| HSV(B) | 120º | 0.1% | 0.88% | - |
| XYZ | 62.33 | 70.86 | 66.89 | - |
| YUV | 215.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 203 | 0.10 | 0 | 0.10 | 0.12 | 120 | 0.27 | 0.84 |
| Hex | CB | E1 | CB | A | 0 | A | C | 78 | 1B | 54 |
| Octal | 313 | 341 | 313 | 12 | 0 | 12 | 14 | 170 | 33 | 124 |
| Binary | 11001011 | 11100001 | 11001011 | 1010 | 0 | 1010 | 1100 | 1111000 | 11011 | 1010100 |
Color Harmonies of #CBE1CB
Complementary color
Monochromatic Colors of #CBE1CB
Black with #CBE1CB
Text Example
Text Example
White with #CBE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1CB; }
p { color: rgb(203,225,203); }
H1.HeaderClassName
{
color: #CBE1CB;
}
.AnyTagClassName
{
color: #CBE1CB;
}
</style>
background-color css
<style>
a { background-color: #CBE1CB; }
a { background-color: rgb(203,225,203); }
div.DivClassName
{
background-color: #CBE1CB;
}
.BgClassName
{
background-color: #CBE1CB;
}
</style>
border-color css
<style>
span { border-color: #CBE1CB; }
span { border-color: rgb(203,225,203); }
td.TdClassName
{
border-color: #CBE1CB;
}
.TagClassName
{
border-color: #CBE1CB;
}
</style>