Shades of Sea Mist #C8D9C9
Tints of Sea Mist #C8D9C9
RGB
CMYK
RGB Variations
Color information
#C8D9C9 (or 0xC8D9C9) is known color: Sea Mist. HEX triplet: C8, D9 and C9. RGB value is (200,217,201). Sum of RGB (Red+Green+Blue) = 200+217+201=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9C9 is #372636. Grayscale: #D2D2D2. Windows color (decimal): -3614263 or 13228488. OLE color: 13228488.
HSL color Cylindrical-coordinate representation of color #C8D9C9: hue angle of 123.53º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8D9C9 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 217 | 201 | - |
CMYK | 0.08 | 0 | 0.07 | 0.15 |
HSL | 123.53º | 0.18% | 0.82% | - |
HSV(B) | 123.53º | 0.08% | 0.85% | - |
XYZ | 59.17 | 66.12 | 64.9 | - |
YUV | 210.09 | 122.87 | 120.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 217 | 201 | 0.08 | 0 | 0.07 | 0.15 | 123.53 | 0.18 | 0.82 |
Hex | C8 | D9 | C9 | 8 | 0 | 7 | F | 7C | 12 | 52 |
Octal | 310 | 331 | 311 | 10 | 0 | 7 | 17 | 174 | 22 | 122 |
Binary | 11001000 | 11011001 | 11001001 | 1000 | 0 | 111 | 1111 | 1111100 | 10010 | 1010010 |
Color Harmonies of #C8D9C9
Complementary color
Monochromatic Colors of #C8D9C9
Black with #C8D9C9
Text Example
Text Example
White with #C8D9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D9C9; }
p { color: rgb(200,217,201); }
H1.HeaderClassName
{
color: #C8D9C9;
}
.AnyTagClassName
{
color: #C8D9C9;
}
</style>
background-color css
<style>
a { background-color: #C8D9C9; }
a { background-color: rgb(200,217,201); }
div.DivClassName
{
background-color: #C8D9C9;
}
.BgClassName
{
background-color: #C8D9C9;
}
</style>
border-color css
<style>
span { border-color: #C8D9C9; }
span { border-color: rgb(200,217,201); }
td.TdClassName
{
border-color: #C8D9C9;
}
.TagClassName
{
border-color: #C8D9C9;
}
</style>