Shades of Sea Mist #C9D5CA
Tints of Sea Mist #C9D5CA
RGB
CMYK
RGB Variations
Color information
#C9D5CA (or 0xC9D5CA) is known color: Sea Mist. HEX triplet: C9, D5 and CA. RGB value is (201,213,202). Sum of RGB (Red+Green+Blue) = 201+213+202=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5CA is #362A35. Grayscale: #D0D0D0. Windows color (decimal): -3549750 or 13293001. OLE color: 13293001.
HSL color Cylindrical-coordinate representation of color #C9D5CA: hue angle of 125º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9D5CA is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 202 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.16 |
| HSL | 125º | 0.13% | 0.81% | - |
| HSV(B) | 125º | 0.06% | 0.84% | - |
| XYZ | 58.54 | 64.27 | 65.2 | - |
| YUV | 208.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 202 | 0.06 | 0 | 0.05 | 0.16 | 125 | 0.13 | 0.81 |
| Hex | C9 | D5 | CA | 6 | 0 | 5 | 10 | 7D | C | 51 |
| Octal | 311 | 325 | 312 | 6 | 0 | 5 | 20 | 175 | 14 | 121 |
| Binary | 11001001 | 11010101 | 11001010 | 110 | 0 | 101 | 10000 | 1111101 | 1100 | 1010001 |
Color Harmonies of #C9D5CA
Complementary color
Monochromatic Colors of #C9D5CA
Black with #C9D5CA
Text Example
Text Example
White with #C9D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D5CA; }
p { color: rgb(201,213,202); }
H1.HeaderClassName
{
color: #C9D5CA;
}
.AnyTagClassName
{
color: #C9D5CA;
}
</style>
background-color css
<style>
a { background-color: #C9D5CA; }
a { background-color: rgb(201,213,202); }
div.DivClassName
{
background-color: #C9D5CA;
}
.BgClassName
{
background-color: #C9D5CA;
}
</style>
border-color css
<style>
span { border-color: #C9D5CA; }
span { border-color: rgb(201,213,202); }
td.TdClassName
{
border-color: #C9D5CA;
}
.TagClassName
{
border-color: #C9D5CA;
}
</style>