Shades of Sea Mist #C7DDC6
Tints of Sea Mist #C7DDC6
RGB
CMYK
RGB Variations
Color information
#C7DDC6 (or 0xC7DDC6) is known color: Sea Mist. HEX triplet: C7, DD and C6. RGB value is (199,221,198). Sum of RGB (Red+Green+Blue) = 199+221+198=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDC6 is #382239. Grayscale: #D3D3D3. Windows color (decimal): -3678778 or 13032903. OLE color: 13032903.
HSL color Cylindrical-coordinate representation of color #C7DDC6: hue angle of 117.39º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DDC6 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 221 | 198 | - |
CMYK | 0.10 | 0 | 0.10 | 0.13 |
HSL | 117.39º | 0.25% | 0.82% | - |
HSV(B) | 117.39º | 0.1% | 0.87% | - |
XYZ | 59.6 | 67.93 | 63.4 | - |
YUV | 211.8 | 120.21 | 118.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 221 | 198 | 0.10 | 0 | 0.10 | 0.13 | 117.39 | 0.25 | 0.82 |
Hex | C7 | DD | C6 | A | 0 | A | D | 75 | 19 | 52 |
Octal | 307 | 335 | 306 | 12 | 0 | 12 | 15 | 165 | 31 | 122 |
Binary | 11000111 | 11011101 | 11000110 | 1010 | 0 | 1010 | 1101 | 1110101 | 11001 | 1010010 |
Color Harmonies of #C7DDC6
Complementary color
Monochromatic Colors of #C7DDC6
Black with #C7DDC6
Text Example
Text Example
White with #C7DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DDC6; }
p { color: rgb(199,221,198); }
H1.HeaderClassName
{
color: #C7DDC6;
}
.AnyTagClassName
{
color: #C7DDC6;
}
</style>
background-color css
<style>
a { background-color: #C7DDC6; }
a { background-color: rgb(199,221,198); }
div.DivClassName
{
background-color: #C7DDC6;
}
.BgClassName
{
background-color: #C7DDC6;
}
</style>
border-color css
<style>
span { border-color: #C7DDC6; }
span { border-color: rgb(199,221,198); }
td.TdClassName
{
border-color: #C7DDC6;
}
.TagClassName
{
border-color: #C7DDC6;
}
</style>