Shades of Sea Mist #C8DDCA
Tints of Sea Mist #C8DDCA
RGB
CMYK
RGB Variations
Color information
#C8DDCA (or 0xC8DDCA) is known color: Sea Mist. HEX triplet: C8, DD and CA. RGB value is (200,221,202). Sum of RGB (Red+Green+Blue) = 200+221+202=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDCA is #372235. Grayscale: #D4D4D4. Windows color (decimal): -3613238 or 13295048. OLE color: 13295048.
HSL color Cylindrical-coordinate representation of color #C8DDCA: hue angle of 125.71º 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 #C8DDCA is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 202 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.13 |
| HSL | 125.71º | 0.24% | 0.83% | - |
| HSV(B) | 125.71º | 0.1% | 0.87% | - |
| XYZ | 60.34 | 68.26 | 65.87 | - |
| YUV | 212.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 202 | 0.10 | 0 | 0.09 | 0.13 | 125.71 | 0.24 | 0.83 |
| Hex | C8 | DD | CA | A | 0 | 9 | D | 7E | 18 | 53 |
| Octal | 310 | 335 | 312 | 12 | 0 | 11 | 15 | 176 | 30 | 123 |
| Binary | 11001000 | 11011101 | 11001010 | 1010 | 0 | 1001 | 1101 | 1111110 | 11000 | 1010011 |
Color Harmonies of #C8DDCA
Complementary color
Monochromatic Colors of #C8DDCA
Black with #C8DDCA
Text Example
Text Example
White with #C8DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDCA; }
p { color: rgb(200,221,202); }
H1.HeaderClassName
{
color: #C8DDCA;
}
.AnyTagClassName
{
color: #C8DDCA;
}
</style>
background-color css
<style>
a { background-color: #C8DDCA; }
a { background-color: rgb(200,221,202); }
div.DivClassName
{
background-color: #C8DDCA;
}
.BgClassName
{
background-color: #C8DDCA;
}
</style>
border-color css
<style>
span { border-color: #C8DDCA; }
span { border-color: rgb(200,221,202); }
td.TdClassName
{
border-color: #C8DDCA;
}
.TagClassName
{
border-color: #C8DDCA;
}
</style>