Shades of Sea Mist #C8D6C8
Tints of Sea Mist #C8D6C8
RGB
CMYK
RGB Variations
Color information
#C8D6C8 (or 0xC8D6C8) is known color: Sea Mist. HEX triplet: C8, D6 and C8. RGB value is (200,214,200). Sum of RGB (Red+Green+Blue) = 200+214+200=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6C8 is #372937. Grayscale: #D0D0D0. Windows color (decimal): -3615032 or 13162184. OLE color: 13162184.
HSL color Cylindrical-coordinate representation of color #C8D6C8: hue angle of 120º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8D6C8 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
RGB | 200 | 214 | 200 | - |
CMYK | 0.07 | 0 | 0.07 | 0.16 |
HSL | 120º | 0.15% | 0.81% | - |
HSV(B) | 120º | 0.07% | 0.84% | - |
XYZ | 58.29 | 64.54 | 64.03 | - |
YUV | 208.22 | 123.36 | 122.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 214 | 200 | 0.07 | 0 | 0.07 | 0.16 | 120 | 0.15 | 0.81 |
Hex | C8 | D6 | C8 | 7 | 0 | 7 | 10 | 78 | F | 51 |
Octal | 310 | 326 | 310 | 7 | 0 | 7 | 20 | 170 | 17 | 121 |
Binary | 11001000 | 11010110 | 11001000 | 111 | 0 | 111 | 10000 | 1111000 | 1111 | 1010001 |
Color Harmonies of #C8D6C8
Complementary color
Monochromatic Colors of #C8D6C8
Black with #C8D6C8
Text Example
Text Example
White with #C8D6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D6C8; }
p { color: rgb(200,214,200); }
H1.HeaderClassName
{
color: #C8D6C8;
}
.AnyTagClassName
{
color: #C8D6C8;
}
</style>
background-color css
<style>
a { background-color: #C8D6C8; }
a { background-color: rgb(200,214,200); }
div.DivClassName
{
background-color: #C8D6C8;
}
.BgClassName
{
background-color: #C8D6C8;
}
</style>
border-color css
<style>
span { border-color: #C8D6C8; }
span { border-color: rgb(200,214,200); }
td.TdClassName
{
border-color: #C8D6C8;
}
.TagClassName
{
border-color: #C8D6C8;
}
</style>