Shades of Sea Mist #C8DDC9
Tints of Sea Mist #C8DDC9
RGB
CMYK
RGB Variations
Color information
#C8DDC9 (or 0xC8DDC9) is known color: Sea Mist. HEX triplet: C8, DD and C9. RGB value is (200,221,201). Sum of RGB (Red+Green+Blue) = 200+221+201=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDC9 is #372236. Grayscale: #D4D4D4. Windows color (decimal): -3613239 or 13229512. OLE color: 13229512.
HSL color Cylindrical-coordinate representation of color #C8DDC9: hue angle of 122.86º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DDC9 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 221 | 201 | - |
CMYK | 0.10 | 0 | 0.09 | 0.13 |
HSL | 122.86º | 0.24% | 0.83% | - |
HSV(B) | 122.86º | 0.1% | 0.87% | - |
XYZ | 60.22 | 68.21 | 65.25 | - |
YUV | 212.44 | 121.54 | 119.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 221 | 201 | 0.10 | 0 | 0.09 | 0.13 | 122.86 | 0.24 | 0.83 |
Hex | C8 | DD | C9 | A | 0 | 9 | D | 7B | 18 | 53 |
Octal | 310 | 335 | 311 | 12 | 0 | 11 | 15 | 173 | 30 | 123 |
Binary | 11001000 | 11011101 | 11001001 | 1010 | 0 | 1001 | 1101 | 1111011 | 11000 | 1010011 |
Color Harmonies of #C8DDC9
Complementary color
Monochromatic Colors of #C8DDC9
Black with #C8DDC9
Text Example
Text Example
White with #C8DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDC9; }
p { color: rgb(200,221,201); }
H1.HeaderClassName
{
color: #C8DDC9;
}
.AnyTagClassName
{
color: #C8DDC9;
}
</style>
background-color css
<style>
a { background-color: #C8DDC9; }
a { background-color: rgb(200,221,201); }
div.DivClassName
{
background-color: #C8DDC9;
}
.BgClassName
{
background-color: #C8DDC9;
}
</style>
border-color css
<style>
span { border-color: #C8DDC9; }
span { border-color: rgb(200,221,201); }
td.TdClassName
{
border-color: #C8DDC9;
}
.TagClassName
{
border-color: #C8DDC9;
}
</style>