Shades of Sea Mist #C8DCC8
Tints of Sea Mist #C8DCC8
RGB
CMYK
RGB Variations
Color information
#C8DCC8 (or 0xC8DCC8) is known color: Sea Mist. HEX triplet: C8, DC and C8. RGB value is (200,220,200). Sum of RGB (Red+Green+Blue) = 200+220+200=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCC8 is #372337. Grayscale: #D3D3D3. Windows color (decimal): -3613496 or 13163720. OLE color: 13163720.
HSL color Cylindrical-coordinate representation of color #C8DCC8: hue angle of 120º 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 #C8DCC8 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 220 | 200 | - |
CMYK | 0.09 | 0 | 0.09 | 0.14 |
HSL | 120º | 0.22% | 0.82% | - |
HSV(B) | 120º | 0.09% | 0.86% | - |
XYZ | 59.84 | 67.64 | 64.54 | - |
YUV | 211.74 | 121.37 | 119.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 220 | 200 | 0.09 | 0 | 0.09 | 0.14 | 120 | 0.22 | 0.82 |
Hex | C8 | DC | C8 | 9 | 0 | 9 | E | 78 | 16 | 52 |
Octal | 310 | 334 | 310 | 11 | 0 | 11 | 16 | 170 | 26 | 122 |
Binary | 11001000 | 11011100 | 11001000 | 1001 | 0 | 1001 | 1110 | 1111000 | 10110 | 1010010 |
Color Harmonies of #C8DCC8
Complementary color
Monochromatic Colors of #C8DCC8
Black with #C8DCC8
Text Example
Text Example
White with #C8DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCC8; }
p { color: rgb(200,220,200); }
H1.HeaderClassName
{
color: #C8DCC8;
}
.AnyTagClassName
{
color: #C8DCC8;
}
</style>
background-color css
<style>
a { background-color: #C8DCC8; }
a { background-color: rgb(200,220,200); }
div.DivClassName
{
background-color: #C8DCC8;
}
.BgClassName
{
background-color: #C8DCC8;
}
</style>
border-color css
<style>
span { border-color: #C8DCC8; }
span { border-color: rgb(200,220,200); }
td.TdClassName
{
border-color: #C8DCC8;
}
.TagClassName
{
border-color: #C8DCC8;
}
</style>