Shades of Sea Mist #C7DBC7
Tints of Sea Mist #C7DBC7
RGB
CMYK
RGB Variations
Color information
#C7DBC7 (or 0xC7DBC7) is known color: Sea Mist. HEX triplet: C7, DB and C7. RGB value is (199,219,199). Sum of RGB (Red+Green+Blue) = 199+219+199=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBC7 is #382438. Grayscale: #D2D2D2. Windows color (decimal): -3679289 or 13097927. OLE color: 13097927.
HSL color Cylindrical-coordinate representation of color #C7DBC7: 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 #C7DBC7 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 199 | 219 | 199 | - |
CMYK | 0.09 | 0 | 0.09 | 0.14 |
HSL | 120º | 0.22% | 0.82% | - |
HSV(B) | 120º | 0.09% | 0.86% | - |
XYZ | 59.19 | 66.93 | 63.83 | - |
YUV | 210.74 | 121.37 | 119.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 219 | 199 | 0.09 | 0 | 0.09 | 0.14 | 120 | 0.22 | 0.82 |
Hex | C7 | DB | C7 | 9 | 0 | 9 | E | 78 | 16 | 52 |
Octal | 307 | 333 | 307 | 11 | 0 | 11 | 16 | 170 | 26 | 122 |
Binary | 11000111 | 11011011 | 11000111 | 1001 | 0 | 1001 | 1110 | 1111000 | 10110 | 1010010 |
Color Harmonies of #C7DBC7
Complementary color
Monochromatic Colors of #C7DBC7
Black with #C7DBC7
Text Example
Text Example
White with #C7DBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBC7; }
p { color: rgb(199,219,199); }
H1.HeaderClassName
{
color: #C7DBC7;
}
.AnyTagClassName
{
color: #C7DBC7;
}
</style>
background-color css
<style>
a { background-color: #C7DBC7; }
a { background-color: rgb(199,219,199); }
div.DivClassName
{
background-color: #C7DBC7;
}
.BgClassName
{
background-color: #C7DBC7;
}
</style>
border-color css
<style>
span { border-color: #C7DBC7; }
span { border-color: rgb(199,219,199); }
td.TdClassName
{
border-color: #C7DBC7;
}
.TagClassName
{
border-color: #C7DBC7;
}
</style>