Shades of Sea Mist #C7CFC8
Tints of Sea Mist #C7CFC8
RGB
CMYK
RGB Variations
Color information
#C7CFC8 (or 0xC7CFC8) is known color: Sea Mist. HEX triplet: C7, CF and C8. RGB value is (199,207,200). Sum of RGB (Red+Green+Blue) = 199+207+200=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFC8 is #383037. Grayscale: #CBCBCB. Windows color (decimal): -3682360 or 13160391. OLE color: 13160391.
HSL color Cylindrical-coordinate representation of color #C7CFC8: hue angle of 127.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7CFC8 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 200 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.19 |
| HSL | 127.5º | 0.08% | 0.8% | - |
| HSV(B) | 127.5º | 0.04% | 0.81% | - |
| XYZ | 56.29 | 60.94 | 63.44 | - |
| YUV | 203.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 200 | 0.04 | 0 | 0.03 | 0.19 | 127.5 | 0.08 | 0.8 |
| Hex | C7 | CF | C8 | 4 | 0 | 3 | 13 | 80 | 8 | 50 |
| Octal | 307 | 317 | 310 | 4 | 0 | 3 | 23 | 200 | 10 | 120 |
| Binary | 11000111 | 11001111 | 11001000 | 100 | 0 | 11 | 10011 | 10000000 | 1000 | 1010000 |
Color Harmonies of #C7CFC8
Complementary color
Monochromatic Colors of #C7CFC8
Black with #C7CFC8
Text Example
Text Example
White with #C7CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFC8; }
p { color: rgb(199,207,200); }
H1.HeaderClassName
{
color: #C7CFC8;
}
.AnyTagClassName
{
color: #C7CFC8;
}
</style>
background-color css
<style>
a { background-color: #C7CFC8; }
a { background-color: rgb(199,207,200); }
div.DivClassName
{
background-color: #C7CFC8;
}
.BgClassName
{
background-color: #C7CFC8;
}
</style>
border-color css
<style>
span { border-color: #C7CFC8; }
span { border-color: rgb(199,207,200); }
td.TdClassName
{
border-color: #C7CFC8;
}
.TagClassName
{
border-color: #C7CFC8;
}
</style>