Shades of Sea Mist #C9CEC9
Tints of Sea Mist #C9CEC9
RGB
CMYK
RGB Variations
Color information
#C9CEC9 (or 0xC9CEC9) is known color: Sea Mist. HEX triplet: C9, CE and C9. RGB value is (201,206,201). Sum of RGB (Red+Green+Blue) = 201+206+201=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEC9 is #363136. Grayscale: #CBCBCB. Windows color (decimal): -3551543 or 13225673. OLE color: 13225673.
HSL color Cylindrical-coordinate representation of color #C9CEC9: hue angle of 120º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9CEC9 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 201 | 206 | 201 | - |
CMYK | 0.02 | 0 | 0.02 | 0.19 |
HSL | 120º | 0.05% | 0.8% | - |
HSV(B) | 120º | 0.02% | 0.81% | - |
XYZ | 56.7 | 60.78 | 64 | - |
YUV | 203.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 206 | 201 | 0.02 | 0 | 0.02 | 0.19 | 120 | 0.05 | 0.8 |
Hex | C9 | CE | C9 | 2 | 0 | 2 | 13 | 78 | 5 | 50 |
Octal | 311 | 316 | 311 | 2 | 0 | 2 | 23 | 170 | 5 | 120 |
Binary | 11001001 | 11001110 | 11001001 | 10 | 0 | 10 | 10011 | 1111000 | 101 | 1010000 |
Color Harmonies of #C9CEC9
Complementary color
Monochromatic Colors of #C9CEC9
Black with #C9CEC9
Text Example
Text Example
White with #C9CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CEC9; }
p { color: rgb(201,206,201); }
H1.HeaderClassName
{
color: #C9CEC9;
}
.AnyTagClassName
{
color: #C9CEC9;
}
</style>
background-color css
<style>
a { background-color: #C9CEC9; }
a { background-color: rgb(201,206,201); }
div.DivClassName
{
background-color: #C9CEC9;
}
.BgClassName
{
background-color: #C9CEC9;
}
</style>
border-color css
<style>
span { border-color: #C9CEC9; }
span { border-color: rgb(201,206,201); }
td.TdClassName
{
border-color: #C9CEC9;
}
.TagClassName
{
border-color: #C9CEC9;
}
</style>