Shades of Mint Tulip #C9EEDC
Tints of Mint Tulip #C9EEDC
RGB
CMYK
RGB Variations
Color information
#C9EEDC (or 0xC9EEDC) is known color: Mint Tulip. HEX triplet: C9, EE and DC. RGB value is (201,238,220). Sum of RGB (Red+Green+Blue) = 201+238+220=659 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.50% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EEDC is #361123. Grayscale: #E0E0E0. Windows color (decimal): -3543332 or 14479049. OLE color: 14479049.
HSL color Cylindrical-coordinate representation of color #C9EEDC: hue angle of 150.81º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9EEDC is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 238 | 220 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.07 |
| HSL | 150.81º | 0.52% | 0.86% | - |
| HSV(B) | 150.81º | 0.16% | 0.93% | - |
| XYZ | 67.58 | 78.73 | 79.35 | - |
| YUV | 224.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 238 | 220 | 0.16 | 0 | 0.08 | 0.07 | 150.81 | 0.52 | 0.86 |
| Hex | C9 | EE | DC | 10 | 0 | 8 | 7 | 97 | 34 | 56 |
| Octal | 311 | 356 | 334 | 20 | 0 | 10 | 7 | 227 | 64 | 126 |
| Binary | 11001001 | 11101110 | 11011100 | 10000 | 0 | 1000 | 111 | 10010111 | 110100 | 1010110 |
Color Harmonies of #C9EEDC
Complementary color
Monochromatic Colors of #C9EEDC
Black with #C9EEDC
Text Example
Text Example
White with #C9EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EEDC; }
p { color: rgb(201,238,220); }
H1.HeaderClassName
{
color: #C9EEDC;
}
.AnyTagClassName
{
color: #C9EEDC;
}
</style>
background-color css
<style>
a { background-color: #C9EEDC; }
a { background-color: rgb(201,238,220); }
div.DivClassName
{
background-color: #C9EEDC;
}
.BgClassName
{
background-color: #C9EEDC;
}
</style>
border-color css
<style>
span { border-color: #C9EEDC; }
span { border-color: rgb(201,238,220); }
td.TdClassName
{
border-color: #C9EEDC;
}
.TagClassName
{
border-color: #C9EEDC;
}
</style>