Shades of Mint Tulip #C9EADE
Tints of Mint Tulip #C9EADE
RGB
CMYK
RGB Variations
Color information
#C9EADE (or 0xC9EADE) is known color: Mint Tulip. HEX triplet: C9, EA and DE. RGB value is (201,234,222). Sum of RGB (Red+Green+Blue) = 201+234+222=657 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.59% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EADE is #361521. Grayscale: #DEDEDE. Windows color (decimal): -3544354 or 14609097. OLE color: 14609097.
HSL color Cylindrical-coordinate representation of color #C9EADE: hue angle of 158.18º 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 #C9EADE is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 201 | 234 | 222 | - |
CMYK | 0.14 | 0 | 0.05 | 0.08 |
HSL | 158.18º | 0.44% | 0.85% | - |
HSV(B) | 158.18º | 0.14% | 0.92% | - |
XYZ | 66.7 | 76.54 | 80.37 | - |
YUV | 222.77 | 127.57 | 112.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 234 | 222 | 0.14 | 0 | 0.05 | 0.08 | 158.18 | 0.44 | 0.85 |
Hex | C9 | EA | DE | E | 0 | 5 | 8 | 9E | 2C | 55 |
Octal | 311 | 352 | 336 | 16 | 0 | 5 | 10 | 236 | 54 | 125 |
Binary | 11001001 | 11101010 | 11011110 | 1110 | 0 | 101 | 1000 | 10011110 | 101100 | 1010101 |
Color Harmonies of #C9EADE
Complementary color
Monochromatic Colors of #C9EADE
Black with #C9EADE
Text Example
Text Example
White with #C9EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EADE; }
p { color: rgb(201,234,222); }
H1.HeaderClassName
{
color: #C9EADE;
}
.AnyTagClassName
{
color: #C9EADE;
}
</style>
background-color css
<style>
a { background-color: #C9EADE; }
a { background-color: rgb(201,234,222); }
div.DivClassName
{
background-color: #C9EADE;
}
.BgClassName
{
background-color: #C9EADE;
}
</style>
border-color css
<style>
span { border-color: #C9EADE; }
span { border-color: rgb(201,234,222); }
td.TdClassName
{
border-color: #C9EADE;
}
.TagClassName
{
border-color: #C9EADE;
}
</style>