Shades of Sea Mist #C9DCCA
Tints of Sea Mist #C9DCCA
RGB
CMYK
RGB Variations
Color information
#C9DCCA (or 0xC9DCCA) is known color: Sea Mist. HEX triplet: C9, DC and CA. RGB value is (201,220,202). Sum of RGB (Red+Green+Blue) = 201+220+202=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCCA is #362335. Grayscale: #D4D4D4. Windows color (decimal): -3547958 or 13294793. OLE color: 13294793.
HSL color Cylindrical-coordinate representation of color #C9DCCA: hue angle of 123.16º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DCCA is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 202 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.14 |
| HSL | 123.16º | 0.21% | 0.83% | - |
| HSV(B) | 123.16º | 0.09% | 0.86% | - |
| XYZ | 60.34 | 67.87 | 65.8 | - |
| YUV | 212.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 202 | 0.09 | 0 | 0.08 | 0.14 | 123.16 | 0.21 | 0.83 |
| Hex | C9 | DC | CA | 9 | 0 | 8 | E | 7B | 15 | 53 |
| Octal | 311 | 334 | 312 | 11 | 0 | 10 | 16 | 173 | 25 | 123 |
| Binary | 11001001 | 11011100 | 11001010 | 1001 | 0 | 1000 | 1110 | 1111011 | 10101 | 1010011 |
Color Harmonies of #C9DCCA
Complementary color
Monochromatic Colors of #C9DCCA
Black with #C9DCCA
Text Example
Text Example
White with #C9DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCCA; }
p { color: rgb(201,220,202); }
H1.HeaderClassName
{
color: #C9DCCA;
}
.AnyTagClassName
{
color: #C9DCCA;
}
</style>
background-color css
<style>
a { background-color: #C9DCCA; }
a { background-color: rgb(201,220,202); }
div.DivClassName
{
background-color: #C9DCCA;
}
.BgClassName
{
background-color: #C9DCCA;
}
</style>
border-color css
<style>
span { border-color: #C9DCCA; }
span { border-color: rgb(201,220,202); }
td.TdClassName
{
border-color: #C9DCCA;
}
.TagClassName
{
border-color: #C9DCCA;
}
</style>