Shades of Sea Mist #C7D4C9
Tints of Sea Mist #C7D4C9
RGB
CMYK
RGB Variations
Color information
#C7D4C9 (or 0xC7D4C9) is known color: Sea Mist. HEX triplet: C7, D4 and C9. RGB value is (199,212,201). Sum of RGB (Red+Green+Blue) = 199+212+201=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D4C9 is #382B36. Grayscale: #CECECE. Windows color (decimal): -3681079 or 13227207. OLE color: 13227207.
HSL color Cylindrical-coordinate representation of color #C7D4C9: hue angle of 129.23º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7D4C9 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
RGB | 199 | 212 | 201 | - |
CMYK | 0.06 | 0 | 0.05 | 0.17 |
HSL | 129.23º | 0.13% | 0.81% | - |
HSV(B) | 129.23º | 0.06% | 0.83% | - |
XYZ | 57.64 | 63.45 | 64.47 | - |
YUV | 206.86 | 124.69 | 122.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 212 | 201 | 0.06 | 0 | 0.05 | 0.17 | 129.23 | 0.13 | 0.81 |
Hex | C7 | D4 | C9 | 6 | 0 | 5 | 11 | 81 | D | 51 |
Octal | 307 | 324 | 311 | 6 | 0 | 5 | 21 | 201 | 15 | 121 |
Binary | 11000111 | 11010100 | 11001001 | 110 | 0 | 101 | 10001 | 10000001 | 1101 | 1010001 |
Color Harmonies of #C7D4C9
Complementary color
Monochromatic Colors of #C7D4C9
Black with #C7D4C9
Text Example
Text Example
White with #C7D4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D4C9; }
p { color: rgb(199,212,201); }
H1.HeaderClassName
{
color: #C7D4C9;
}
.AnyTagClassName
{
color: #C7D4C9;
}
</style>
background-color css
<style>
a { background-color: #C7D4C9; }
a { background-color: rgb(199,212,201); }
div.DivClassName
{
background-color: #C7D4C9;
}
.BgClassName
{
background-color: #C7D4C9;
}
</style>
border-color css
<style>
span { border-color: #C7D4C9; }
span { border-color: rgb(199,212,201); }
td.TdClassName
{
border-color: #C7D4C9;
}
.TagClassName
{
border-color: #C7D4C9;
}
</style>