Shades of Sea Mist #CBE0CC
Tints of Sea Mist #CBE0CC
RGB
CMYK
RGB Variations
Color information
#CBE0CC (or 0xCBE0CC) is known color: Sea Mist. HEX triplet: CB, E0 and CC. RGB value is (203,224,204). Sum of RGB (Red+Green+Blue) = 203+224+204=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0CC is #341F33. Grayscale: #D7D7D7. Windows color (decimal): -3415860 or 13426891. OLE color: 13426891.
HSL color Cylindrical-coordinate representation of color #CBE0CC: hue angle of 122.86º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBE0CC is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 204 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.12 |
| HSL | 122.86º | 0.25% | 0.84% | - |
| HSV(B) | 122.86º | 0.09% | 0.88% | - |
| XYZ | 62.18 | 70.37 | 67.43 | - |
| YUV | 215.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 204 | 0.09 | 0 | 0.09 | 0.12 | 122.86 | 0.25 | 0.84 |
| Hex | CB | E0 | CC | 9 | 0 | 9 | C | 7B | 19 | 54 |
| Octal | 313 | 340 | 314 | 11 | 0 | 11 | 14 | 173 | 31 | 124 |
| Binary | 11001011 | 11100000 | 11001100 | 1001 | 0 | 1001 | 1100 | 1111011 | 11001 | 1010100 |
Color Harmonies of #CBE0CC
Complementary color
Monochromatic Colors of #CBE0CC
Black with #CBE0CC
Text Example
Text Example
White with #CBE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE0CC; }
p { color: rgb(203,224,204); }
H1.HeaderClassName
{
color: #CBE0CC;
}
.AnyTagClassName
{
color: #CBE0CC;
}
</style>
background-color css
<style>
a { background-color: #CBE0CC; }
a { background-color: rgb(203,224,204); }
div.DivClassName
{
background-color: #CBE0CC;
}
.BgClassName
{
background-color: #CBE0CC;
}
</style>
border-color css
<style>
span { border-color: #CBE0CC; }
span { border-color: rgb(203,224,204); }
td.TdClassName
{
border-color: #CBE0CC;
}
.TagClassName
{
border-color: #CBE0CC;
}
</style>