Shades of Sea Mist #C7CEC8
Tints of Sea Mist #C7CEC8
RGB
CMYK
RGB Variations
Color information
#C7CEC8 (or 0xC7CEC8) is known color: Sea Mist. HEX triplet: C7, CE and C8. RGB value is (199,206,200). Sum of RGB (Red+Green+Blue) = 199+206+200=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CEC8 is #383137. Grayscale: #CBCBCB. Windows color (decimal): -3682616 or 13160135. OLE color: 13160135.
HSL color Cylindrical-coordinate representation of color #C7CEC8: hue angle of 128.57º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7CEC8 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 200 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.19 |
| HSL | 128.57º | 0.07% | 0.79% | - |
| HSV(B) | 128.57º | 0.03% | 0.81% | - |
| XYZ | 56.05 | 60.45 | 63.36 | - |
| YUV | 203.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 200 | 0.03 | 0 | 0.03 | 0.19 | 128.57 | 0.07 | 0.79 |
| Hex | C7 | CE | C8 | 3 | 0 | 3 | 13 | 81 | 7 | 4F |
| Octal | 307 | 316 | 310 | 3 | 0 | 3 | 23 | 201 | 7 | 117 |
| Binary | 11000111 | 11001110 | 11001000 | 11 | 0 | 11 | 10011 | 10000001 | 111 | 1001111 |
Color Harmonies of #C7CEC8
Complementary color
Monochromatic Colors of #C7CEC8
Black with #C7CEC8
Text Example
Text Example
White with #C7CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CEC8; }
p { color: rgb(199,206,200); }
H1.HeaderClassName
{
color: #C7CEC8;
}
.AnyTagClassName
{
color: #C7CEC8;
}
</style>
background-color css
<style>
a { background-color: #C7CEC8; }
a { background-color: rgb(199,206,200); }
div.DivClassName
{
background-color: #C7CEC8;
}
.BgClassName
{
background-color: #C7CEC8;
}
</style>
border-color css
<style>
span { border-color: #C7CEC8; }
span { border-color: rgb(199,206,200); }
td.TdClassName
{
border-color: #C7CEC8;
}
.TagClassName
{
border-color: #C7CEC8;
}
</style>