Shades of Sea Mist #C9DCCB
Tints of Sea Mist #C9DCCB
RGB
CMYK
RGB Variations
Color information
#C9DCCB (or 0xC9DCCB) is known color: Sea Mist. HEX triplet: C9, DC and CB. RGB value is (201,220,203). Sum of RGB (Red+Green+Blue) = 201+220+203=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCCB is #362334. Grayscale: #D4D4D4. Windows color (decimal): -3547957 or 13360329. OLE color: 13360329.
HSL color Cylindrical-coordinate representation of color #C9DCCB: hue angle of 126.32º 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 #C9DCCB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 203 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.14 |
| HSL | 126.32º | 0.21% | 0.83% | - |
| HSV(B) | 126.32º | 0.09% | 0.86% | - |
| XYZ | 60.46 | 67.92 | 66.42 | - |
| YUV | 212.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 203 | 0.09 | 0 | 0.08 | 0.14 | 126.32 | 0.21 | 0.83 |
| Hex | C9 | DC | CB | 9 | 0 | 8 | E | 7E | 15 | 53 |
| Octal | 311 | 334 | 313 | 11 | 0 | 10 | 16 | 176 | 25 | 123 |
| Binary | 11001001 | 11011100 | 11001011 | 1001 | 0 | 1000 | 1110 | 1111110 | 10101 | 1010011 |
Color Harmonies of #C9DCCB
Complementary color
Monochromatic Colors of #C9DCCB
Black with #C9DCCB
Text Example
Text Example
White with #C9DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCCB; }
p { color: rgb(201,220,203); }
H1.HeaderClassName
{
color: #C9DCCB;
}
.AnyTagClassName
{
color: #C9DCCB;
}
</style>
background-color css
<style>
a { background-color: #C9DCCB; }
a { background-color: rgb(201,220,203); }
div.DivClassName
{
background-color: #C9DCCB;
}
.BgClassName
{
background-color: #C9DCCB;
}
</style>
border-color css
<style>
span { border-color: #C9DCCB; }
span { border-color: rgb(201,220,203); }
td.TdClassName
{
border-color: #C9DCCB;
}
.TagClassName
{
border-color: #C9DCCB;
}
</style>