Shades of Sea Mist #C9E3CA
Tints of Sea Mist #C9E3CA
RGB
CMYK
RGB Variations
Color information
#C9E3CA (or 0xC9E3CA) is known color: Sea Mist. HEX triplet: C9, E3 and CA. RGB value is (201,227,202). Sum of RGB (Red+Green+Blue) = 201+227+202=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 227 - color contains mainly: green. Hex color #C9E3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9E3CA is #361C35. Grayscale: #D8D8D8. Windows color (decimal): -3546166 or 13296585. OLE color: 13296585.
HSL color Cylindrical-coordinate representation of color #C9E3CA: hue angle of 122.31º degrees, saturation: 0.32, 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 #C9E3CA is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 227 | 202 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.11 |
| HSL | 122.31º | 0.32% | 0.84% | - |
| HSV(B) | 122.31º | 0.11% | 0.89% | - |
| XYZ | 62.22 | 71.62 | 66.42 | - |
| YUV | 216.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 227 | 202 | 0.11 | 0 | 0.11 | 0.11 | 122.31 | 0.32 | 0.84 |
| Hex | C9 | E3 | CA | B | 0 | B | B | 7A | 20 | 54 |
| Octal | 311 | 343 | 312 | 13 | 0 | 13 | 13 | 172 | 40 | 124 |
| Binary | 11001001 | 11100011 | 11001010 | 1011 | 0 | 1011 | 1011 | 1111010 | 100000 | 1010100 |
Color Harmonies of #C9E3CA
Complementary color
Monochromatic Colors of #C9E3CA
Black with #C9E3CA
Text Example
Text Example
White with #C9E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E3CA; }
p { color: rgb(201,227,202); }
H1.HeaderClassName
{
color: #C9E3CA;
}
.AnyTagClassName
{
color: #C9E3CA;
}
</style>
background-color css
<style>
a { background-color: #C9E3CA; }
a { background-color: rgb(201,227,202); }
div.DivClassName
{
background-color: #C9E3CA;
}
.BgClassName
{
background-color: #C9E3CA;
}
</style>
border-color css
<style>
span { border-color: #C9E3CA; }
span { border-color: rgb(201,227,202); }
td.TdClassName
{
border-color: #C9E3CA;
}
.TagClassName
{
border-color: #C9E3CA;
}
</style>