Shades of Sea Mist #C7DBC8
Tints of Sea Mist #C7DBC8
RGB
CMYK
RGB Variations
Color information
#C7DBC8 (or 0xC7DBC8) is known color: Sea Mist. HEX triplet: C7, DB and C8. RGB value is (199,219,200). Sum of RGB (Red+Green+Blue) = 199+219+200=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBC8 is #382437. Grayscale: #D2D2D2. Windows color (decimal): -3679288 or 13163463. OLE color: 13163463.
HSL color Cylindrical-coordinate representation of color #C7DBC8: hue angle of 123º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7DBC8 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 200 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.14 |
| HSL | 123º | 0.22% | 0.82% | - |
| HSV(B) | 123º | 0.09% | 0.86% | - |
| XYZ | 59.31 | 66.98 | 64.45 | - |
| YUV | 210.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 200 | 0.09 | 0 | 0.09 | 0.14 | 123 | 0.22 | 0.82 |
| Hex | C7 | DB | C8 | 9 | 0 | 9 | E | 7B | 16 | 52 |
| Octal | 307 | 333 | 310 | 11 | 0 | 11 | 16 | 173 | 26 | 122 |
| Binary | 11000111 | 11011011 | 11001000 | 1001 | 0 | 1001 | 1110 | 1111011 | 10110 | 1010010 |
Color Harmonies of #C7DBC8
Complementary color
Monochromatic Colors of #C7DBC8
Black with #C7DBC8
Text Example
Text Example
White with #C7DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBC8; }
p { color: rgb(199,219,200); }
H1.HeaderClassName
{
color: #C7DBC8;
}
.AnyTagClassName
{
color: #C7DBC8;
}
</style>
background-color css
<style>
a { background-color: #C7DBC8; }
a { background-color: rgb(199,219,200); }
div.DivClassName
{
background-color: #C7DBC8;
}
.BgClassName
{
background-color: #C7DBC8;
}
</style>
border-color css
<style>
span { border-color: #C7DBC8; }
span { border-color: rgb(199,219,200); }
td.TdClassName
{
border-color: #C7DBC8;
}
.TagClassName
{
border-color: #C7DBC8;
}
</style>