Shades of Sea Mist #C8DBC8
Tints of Sea Mist #C8DBC8
RGB
CMYK
RGB Variations
Color information
#C8DBC8 (or 0xC8DBC8) is known color: Sea Mist. HEX triplet: C8, DB and C8. RGB value is (200,219,200). Sum of RGB (Red+Green+Blue) = 200+219+200=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBC8 is #372437. Grayscale: #D3D3D3. Windows color (decimal): -3613752 or 13163464. OLE color: 13163464.
HSL color Cylindrical-coordinate representation of color #C8DBC8: hue angle of 120º degrees, saturation: 0.21, 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 #C8DBC8 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 200 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.14 |
| HSL | 120º | 0.21% | 0.82% | - |
| HSV(B) | 120º | 0.09% | 0.86% | - |
| XYZ | 59.58 | 67.11 | 64.46 | - |
| YUV | 211.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 200 | 0.09 | 0 | 0.09 | 0.14 | 120 | 0.21 | 0.82 |
| Hex | C8 | DB | C8 | 9 | 0 | 9 | E | 78 | 15 | 52 |
| Octal | 310 | 333 | 310 | 11 | 0 | 11 | 16 | 170 | 25 | 122 |
| Binary | 11001000 | 11011011 | 11001000 | 1001 | 0 | 1001 | 1110 | 1111000 | 10101 | 1010010 |
Color Harmonies of #C8DBC8
Complementary color
Monochromatic Colors of #C8DBC8
Black with #C8DBC8
Text Example
Text Example
White with #C8DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DBC8; }
p { color: rgb(200,219,200); }
H1.HeaderClassName
{
color: #C8DBC8;
}
.AnyTagClassName
{
color: #C8DBC8;
}
</style>
background-color css
<style>
a { background-color: #C8DBC8; }
a { background-color: rgb(200,219,200); }
div.DivClassName
{
background-color: #C8DBC8;
}
.BgClassName
{
background-color: #C8DBC8;
}
</style>
border-color css
<style>
span { border-color: #C8DBC8; }
span { border-color: rgb(200,219,200); }
td.TdClassName
{
border-color: #C8DBC8;
}
.TagClassName
{
border-color: #C8DBC8;
}
</style>