Shades of Sea Mist #C9D9CB
Tints of Sea Mist #C9D9CB
RGB
CMYK
RGB Variations
Color information
#C9D9CB (or 0xC9D9CB) is known color: Sea Mist. HEX triplet: C9, D9 and CB. RGB value is (201,217,203). Sum of RGB (Red+Green+Blue) = 201+217+203=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D9CB is #362634. Grayscale: #D2D2D2. Windows color (decimal): -3548725 or 13359561. OLE color: 13359561.
HSL color Cylindrical-coordinate representation of color #C9D9CB: hue angle of 127.5º degrees, saturation: 0.17, 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 #C9D9CB is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 203 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.15 |
| HSL | 127.5º | 0.17% | 0.82% | - |
| HSV(B) | 127.5º | 0.07% | 0.85% | - |
| XYZ | 59.68 | 66.36 | 66.16 | - |
| YUV | 210.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 203 | 0.07 | 0 | 0.06 | 0.15 | 127.5 | 0.17 | 0.82 |
| Hex | C9 | D9 | CB | 7 | 0 | 6 | F | 80 | 11 | 52 |
| Octal | 311 | 331 | 313 | 7 | 0 | 6 | 17 | 200 | 21 | 122 |
| Binary | 11001001 | 11011001 | 11001011 | 111 | 0 | 110 | 1111 | 10000000 | 10001 | 1010010 |
Color Harmonies of #C9D9CB
Complementary color
Monochromatic Colors of #C9D9CB
Black with #C9D9CB
Text Example
Text Example
White with #C9D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D9CB; }
p { color: rgb(201,217,203); }
H1.HeaderClassName
{
color: #C9D9CB;
}
.AnyTagClassName
{
color: #C9D9CB;
}
</style>
background-color css
<style>
a { background-color: #C9D9CB; }
a { background-color: rgb(201,217,203); }
div.DivClassName
{
background-color: #C9D9CB;
}
.BgClassName
{
background-color: #C9D9CB;
}
</style>
border-color css
<style>
span { border-color: #C9D9CB; }
span { border-color: rgb(201,217,203); }
td.TdClassName
{
border-color: #C9D9CB;
}
.TagClassName
{
border-color: #C9D9CB;
}
</style>