Shades of Sea Mist #C9DDCB
Tints of Sea Mist #C9DDCB
RGB
CMYK
RGB Variations
Color information
#C9DDCB (or 0xC9DDCB) is known color: Sea Mist. HEX triplet: C9, DD and CB. RGB value is (201,221,203). Sum of RGB (Red+Green+Blue) = 201+221+203=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDCB is #362234. Grayscale: #D5D5D5. Windows color (decimal): -3547701 or 13360585. OLE color: 13360585.
HSL color Cylindrical-coordinate representation of color #C9DDCB: hue angle of 126º 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 #C9DDCB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 221 | 203 | - |
CMYK | 0.09 | 0 | 0.08 | 0.13 |
HSL | 126º | 0.23% | 0.83% | - |
HSV(B) | 126º | 0.09% | 0.87% | - |
XYZ | 60.72 | 68.44 | 66.51 | - |
YUV | 212.97 | 122.37 | 119.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 221 | 203 | 0.09 | 0 | 0.08 | 0.13 | 126 | 0.23 | 0.83 |
Hex | C9 | DD | CB | 9 | 0 | 8 | D | 7E | 17 | 53 |
Octal | 311 | 335 | 313 | 11 | 0 | 10 | 15 | 176 | 27 | 123 |
Binary | 11001001 | 11011101 | 11001011 | 1001 | 0 | 1000 | 1101 | 1111110 | 10111 | 1010011 |
Color Harmonies of #C9DDCB
Complementary color
Monochromatic Colors of #C9DDCB
Black with #C9DDCB
Text Example
Text Example
White with #C9DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDCB; }
p { color: rgb(201,221,203); }
H1.HeaderClassName
{
color: #C9DDCB;
}
.AnyTagClassName
{
color: #C9DDCB;
}
</style>
background-color css
<style>
a { background-color: #C9DDCB; }
a { background-color: rgb(201,221,203); }
div.DivClassName
{
background-color: #C9DDCB;
}
.BgClassName
{
background-color: #C9DDCB;
}
</style>
border-color css
<style>
span { border-color: #C9DDCB; }
span { border-color: rgb(201,221,203); }
td.TdClassName
{
border-color: #C9DDCB;
}
.TagClassName
{
border-color: #C9DDCB;
}
</style>