Shades of Sea Mist #C8DECA
Tints of Sea Mist #C8DECA
RGB
CMYK
RGB Variations
Color information
#C8DECA (or 0xC8DECA) is known color: Sea Mist. HEX triplet: C8, DE and CA. RGB value is (200,222,202). Sum of RGB (Red+Green+Blue) = 200+222+202=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DECA is #372135. Grayscale: #D5D5D5. Windows color (decimal): -3612982 or 13295304. OLE color: 13295304.
HSL color Cylindrical-coordinate representation of color #C8DECA: hue angle of 125.45º degrees, saturation: 0.25, 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 #C8DECA is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 202 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.13 |
| HSL | 125.45º | 0.25% | 0.83% | - |
| HSV(B) | 125.45º | 0.1% | 0.87% | - |
| XYZ | 60.6 | 68.79 | 65.96 | - |
| YUV | 213.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 202 | 0.10 | 0 | 0.09 | 0.13 | 125.45 | 0.25 | 0.83 |
| Hex | C8 | DE | CA | A | 0 | 9 | D | 7D | 19 | 53 |
| Octal | 310 | 336 | 312 | 12 | 0 | 11 | 15 | 175 | 31 | 123 |
| Binary | 11001000 | 11011110 | 11001010 | 1010 | 0 | 1001 | 1101 | 1111101 | 11001 | 1010011 |
Color Harmonies of #C8DECA
Complementary color
Monochromatic Colors of #C8DECA
Black with #C8DECA
Text Example
Text Example
White with #C8DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DECA; }
p { color: rgb(200,222,202); }
H1.HeaderClassName
{
color: #C8DECA;
}
.AnyTagClassName
{
color: #C8DECA;
}
</style>
background-color css
<style>
a { background-color: #C8DECA; }
a { background-color: rgb(200,222,202); }
div.DivClassName
{
background-color: #C8DECA;
}
.BgClassName
{
background-color: #C8DECA;
}
</style>
border-color css
<style>
span { border-color: #C8DECA; }
span { border-color: rgb(200,222,202); }
td.TdClassName
{
border-color: #C8DECA;
}
.TagClassName
{
border-color: #C8DECA;
}
</style>