Shades of Sea Mist #C9D8CA
Tints of Sea Mist #C9D8CA
RGB
CMYK
RGB Variations
Color information
#C9D8CA (or 0xC9D8CA) is known color: Sea Mist. HEX triplet: C9, D8 and CA. RGB value is (201,216,202). Sum of RGB (Red+Green+Blue) = 201+216+202=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8CA is #362735. Grayscale: #D1D1D1. Windows color (decimal): -3548982 or 13293769. OLE color: 13293769.
HSL color Cylindrical-coordinate representation of color #C9D8CA: hue angle of 124º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9D8CA is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 202 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.15 |
| HSL | 124º | 0.16% | 0.82% | - |
| HSV(B) | 124º | 0.07% | 0.85% | - |
| XYZ | 59.3 | 65.79 | 65.45 | - |
| YUV | 209.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 202 | 0.07 | 0 | 0.06 | 0.15 | 124 | 0.16 | 0.82 |
| Hex | C9 | D8 | CA | 7 | 0 | 6 | F | 7C | 10 | 52 |
| Octal | 311 | 330 | 312 | 7 | 0 | 6 | 17 | 174 | 20 | 122 |
| Binary | 11001001 | 11011000 | 11001010 | 111 | 0 | 110 | 1111 | 1111100 | 10000 | 1010010 |
Color Harmonies of #C9D8CA
Complementary color
Monochromatic Colors of #C9D8CA
Black with #C9D8CA
Text Example
Text Example
White with #C9D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D8CA; }
p { color: rgb(201,216,202); }
H1.HeaderClassName
{
color: #C9D8CA;
}
.AnyTagClassName
{
color: #C9D8CA;
}
</style>
background-color css
<style>
a { background-color: #C9D8CA; }
a { background-color: rgb(201,216,202); }
div.DivClassName
{
background-color: #C9D8CA;
}
.BgClassName
{
background-color: #C9D8CA;
}
</style>
border-color css
<style>
span { border-color: #C9D8CA; }
span { border-color: rgb(201,216,202); }
td.TdClassName
{
border-color: #C9D8CA;
}
.TagClassName
{
border-color: #C9D8CA;
}
</style>