Shades of Sea Mist #C9DCC9
Tints of Sea Mist #C9DCC9
RGB
CMYK
RGB Variations
Color information
#C9DCC9 (or 0xC9DCC9) is known color: Sea Mist. HEX triplet: C9, DC and C9. RGB value is (201,220,201). Sum of RGB (Red+Green+Blue) = 201+220+201=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCC9 is #362336. Grayscale: #D4D4D4. Windows color (decimal): -3547959 or 13229257. OLE color: 13229257.
HSL color Cylindrical-coordinate representation of color #C9DCC9: hue angle of 120º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DCC9 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 201 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.14 |
| HSL | 120º | 0.21% | 0.83% | - |
| HSV(B) | 120º | 0.09% | 0.86% | - |
| XYZ | 60.22 | 67.82 | 65.17 | - |
| YUV | 212.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 201 | 0.09 | 0 | 0.09 | 0.14 | 120 | 0.21 | 0.83 |
| Hex | C9 | DC | C9 | 9 | 0 | 9 | E | 78 | 15 | 53 |
| Octal | 311 | 334 | 311 | 11 | 0 | 11 | 16 | 170 | 25 | 123 |
| Binary | 11001001 | 11011100 | 11001001 | 1001 | 0 | 1001 | 1110 | 1111000 | 10101 | 1010011 |
Color Harmonies of #C9DCC9
Complementary color
Monochromatic Colors of #C9DCC9
Black with #C9DCC9
Text Example
Text Example
White with #C9DCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCC9; }
p { color: rgb(201,220,201); }
H1.HeaderClassName
{
color: #C9DCC9;
}
.AnyTagClassName
{
color: #C9DCC9;
}
</style>
background-color css
<style>
a { background-color: #C9DCC9; }
a { background-color: rgb(201,220,201); }
div.DivClassName
{
background-color: #C9DCC9;
}
.BgClassName
{
background-color: #C9DCC9;
}
</style>
border-color css
<style>
span { border-color: #C9DCC9; }
span { border-color: rgb(201,220,201); }
td.TdClassName
{
border-color: #C9DCC9;
}
.TagClassName
{
border-color: #C9DCC9;
}
</style>