Shades of Sea Mist #C9DDCA
Tints of Sea Mist #C9DDCA
RGB
CMYK
RGB Variations
Color information
#C9DDCA (or 0xC9DDCA) is known color: Sea Mist. HEX triplet: C9, DD and CA. RGB value is (201,221,202). Sum of RGB (Red+Green+Blue) = 201+221+202=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDCA is #362235. Grayscale: #D4D4D4. Windows color (decimal): -3547702 or 13295049. OLE color: 13295049.
HSL color Cylindrical-coordinate representation of color #C9DDCA: hue angle of 123º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DDCA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 221 | 202 | - |
CMYK | 0.09 | 0 | 0.09 | 0.13 |
HSL | 123º | 0.23% | 0.83% | - |
HSV(B) | 123º | 0.09% | 0.87% | - |
XYZ | 60.6 | 68.39 | 65.88 | - |
YUV | 212.85 | 121.87 | 119.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 221 | 202 | 0.09 | 0 | 0.09 | 0.13 | 123 | 0.23 | 0.83 |
Hex | C9 | DD | CA | 9 | 0 | 9 | D | 7B | 17 | 53 |
Octal | 311 | 335 | 312 | 11 | 0 | 11 | 15 | 173 | 27 | 123 |
Binary | 11001001 | 11011101 | 11001010 | 1001 | 0 | 1001 | 1101 | 1111011 | 10111 | 1010011 |
Color Harmonies of #C9DDCA
Complementary color
Monochromatic Colors of #C9DDCA
Black with #C9DDCA
Text Example
Text Example
White with #C9DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDCA; }
p { color: rgb(201,221,202); }
H1.HeaderClassName
{
color: #C9DDCA;
}
.AnyTagClassName
{
color: #C9DDCA;
}
</style>
background-color css
<style>
a { background-color: #C9DDCA; }
a { background-color: rgb(201,221,202); }
div.DivClassName
{
background-color: #C9DDCA;
}
.BgClassName
{
background-color: #C9DDCA;
}
</style>
border-color css
<style>
span { border-color: #C9DDCA; }
span { border-color: rgb(201,221,202); }
td.TdClassName
{
border-color: #C9DDCA;
}
.TagClassName
{
border-color: #C9DDCA;
}
</style>