Shades of Sea Mist #C8CEC9
Tints of Sea Mist #C8CEC9
RGB
CMYK
RGB Variations
Color information
#C8CEC9 (or 0xC8CEC9) is known color: Sea Mist. HEX triplet: C8, CE and C9. RGB value is (200,206,201). Sum of RGB (Red+Green+Blue) = 200+206+201=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CEC9 is #373136. Grayscale: #CBCBCB. Windows color (decimal): -3617079 or 13225672. OLE color: 13225672.
HSL color Cylindrical-coordinate representation of color #C8CEC9: hue angle of 130º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8CEC9 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 206 | 201 | - |
CMYK | 0.03 | 0 | 0.02 | 0.19 |
HSL | 130º | 0.06% | 0.8% | - |
HSV(B) | 130º | 0.03% | 0.81% | - |
XYZ | 56.43 | 60.64 | 63.99 | - |
YUV | 203.64 | 126.51 | 125.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 206 | 201 | 0.03 | 0 | 0.02 | 0.19 | 130 | 0.06 | 0.8 |
Hex | C8 | CE | C9 | 3 | 0 | 2 | 13 | 82 | 6 | 50 |
Octal | 310 | 316 | 311 | 3 | 0 | 2 | 23 | 202 | 6 | 120 |
Binary | 11001000 | 11001110 | 11001001 | 11 | 0 | 10 | 10011 | 10000010 | 110 | 1010000 |
Color Harmonies of #C8CEC9
Complementary color
Monochromatic Colors of #C8CEC9
Black with #C8CEC9
Text Example
Text Example
White with #C8CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEC9; }
p { color: rgb(200,206,201); }
H1.HeaderClassName
{
color: #C8CEC9;
}
.AnyTagClassName
{
color: #C8CEC9;
}
</style>
background-color css
<style>
a { background-color: #C8CEC9; }
a { background-color: rgb(200,206,201); }
div.DivClassName
{
background-color: #C8CEC9;
}
.BgClassName
{
background-color: #C8CEC9;
}
</style>
border-color css
<style>
span { border-color: #C8CEC9; }
span { border-color: rgb(200,206,201); }
td.TdClassName
{
border-color: #C8CEC9;
}
.TagClassName
{
border-color: #C8CEC9;
}
</style>