Shades of Sea Mist #C9D1CA
Tints of Sea Mist #C9D1CA
RGB
CMYK
RGB Variations
Color information
#C9D1CA (or 0xC9D1CA) is known color: Sea Mist. HEX triplet: C9, D1 and CA. RGB value is (201,209,202). Sum of RGB (Red+Green+Blue) = 201+209+202=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D1CA is #362E35. Grayscale: #CDCDCD. Windows color (decimal): -3550774 or 13291977. OLE color: 13291977.
HSL color Cylindrical-coordinate representation of color #C9D1CA: hue angle of 127.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C9D1CA is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 209 | 202 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.18 |
| HSL | 127.5º | 0.08% | 0.8% | - |
| HSV(B) | 127.5º | 0.04% | 0.82% | - |
| XYZ | 57.55 | 62.28 | 64.87 | - |
| YUV | 205.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 209 | 202 | 0.04 | 0 | 0.03 | 0.18 | 127.5 | 0.08 | 0.8 |
| Hex | C9 | D1 | CA | 4 | 0 | 3 | 12 | 80 | 8 | 50 |
| Octal | 311 | 321 | 312 | 4 | 0 | 3 | 22 | 200 | 10 | 120 |
| Binary | 11001001 | 11010001 | 11001010 | 100 | 0 | 11 | 10010 | 10000000 | 1000 | 1010000 |
Color Harmonies of #C9D1CA
Complementary color
Monochromatic Colors of #C9D1CA
Black with #C9D1CA
Text Example
Text Example
White with #C9D1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D1CA; }
p { color: rgb(201,209,202); }
H1.HeaderClassName
{
color: #C9D1CA;
}
.AnyTagClassName
{
color: #C9D1CA;
}
</style>
background-color css
<style>
a { background-color: #C9D1CA; }
a { background-color: rgb(201,209,202); }
div.DivClassName
{
background-color: #C9D1CA;
}
.BgClassName
{
background-color: #C9D1CA;
}
</style>
border-color css
<style>
span { border-color: #C9D1CA; }
span { border-color: rgb(201,209,202); }
td.TdClassName
{
border-color: #C9D1CA;
}
.TagClassName
{
border-color: #C9D1CA;
}
</style>