Shades of Mint Tulip #C9EADC
Tints of Mint Tulip #C9EADC
RGB
CMYK
RGB Variations
Color information
#C9EADC (or 0xC9EADC) is known color: Mint Tulip. HEX triplet: C9, EA and DC. RGB value is (201,234,220). Sum of RGB (Red+Green+Blue) = 201+234+220=655 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.69% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EADC is #361523. Grayscale: #DEDEDE. Windows color (decimal): -3544356 or 14478025. OLE color: 14478025.
HSL color Cylindrical-coordinate representation of color #C9EADC: hue angle of 154.55º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9EADC is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 220 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.08 |
| HSL | 154.55º | 0.44% | 0.85% | - |
| HSV(B) | 154.55º | 0.14% | 0.92% | - |
| XYZ | 66.43 | 76.43 | 78.96 | - |
| YUV | 222.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 220 | 0.14 | 0 | 0.06 | 0.08 | 154.55 | 0.44 | 0.85 |
| Hex | C9 | EA | DC | E | 0 | 6 | 8 | 9B | 2C | 55 |
| Octal | 311 | 352 | 334 | 16 | 0 | 6 | 10 | 233 | 54 | 125 |
| Binary | 11001001 | 11101010 | 11011100 | 1110 | 0 | 110 | 1000 | 10011011 | 101100 | 1010101 |
Color Harmonies of #C9EADC
Complementary color
Monochromatic Colors of #C9EADC
Black with #C9EADC
Text Example
Text Example
White with #C9EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EADC; }
p { color: rgb(201,234,220); }
H1.HeaderClassName
{
color: #C9EADC;
}
.AnyTagClassName
{
color: #C9EADC;
}
</style>
background-color css
<style>
a { background-color: #C9EADC; }
a { background-color: rgb(201,234,220); }
div.DivClassName
{
background-color: #C9EADC;
}
.BgClassName
{
background-color: #C9EADC;
}
</style>
border-color css
<style>
span { border-color: #C9EADC; }
span { border-color: rgb(201,234,220); }
td.TdClassName
{
border-color: #C9EADC;
}
.TagClassName
{
border-color: #C9EADC;
}
</style>