Shades of Mint Tulip #C9EDDD
Tints of Mint Tulip #C9EDDD
RGB
CMYK
RGB Variations
Color information
#C9EDDD (or 0xC9EDDD) is known color: Mint Tulip. HEX triplet: C9, ED and DD. RGB value is (201,237,221). Sum of RGB (Red+Green+Blue) = 201+237+221=659 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.50% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #C9EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EDDD is #361222. Grayscale: #E0E0E0. Windows color (decimal): -3543587 or 14544329. OLE color: 14544329.
HSL color Cylindrical-coordinate representation of color #C9EDDD: hue angle of 153.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9EDDD is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 237 | 221 | - |
CMYK | 0.15 | 0 | 0.07 | 0.07 |
HSL | 153.33º | 0.5% | 0.86% | - |
HSV(B) | 153.33º | 0.15% | 0.93% | - |
XYZ | 67.42 | 78.21 | 79.95 | - |
YUV | 224.41 | 126.07 | 111.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 237 | 221 | 0.15 | 0 | 0.07 | 0.07 | 153.33 | 0.5 | 0.86 |
Hex | C9 | ED | DD | F | 0 | 7 | 7 | 99 | 32 | 56 |
Octal | 311 | 355 | 335 | 17 | 0 | 7 | 7 | 231 | 62 | 126 |
Binary | 11001001 | 11101101 | 11011101 | 1111 | 0 | 111 | 111 | 10011001 | 110010 | 1010110 |
Color Harmonies of #C9EDDD
Complementary color
Monochromatic Colors of #C9EDDD
Black with #C9EDDD
Text Example
Text Example
White with #C9EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EDDD; }
p { color: rgb(201,237,221); }
H1.HeaderClassName
{
color: #C9EDDD;
}
.AnyTagClassName
{
color: #C9EDDD;
}
</style>
background-color css
<style>
a { background-color: #C9EDDD; }
a { background-color: rgb(201,237,221); }
div.DivClassName
{
background-color: #C9EDDD;
}
.BgClassName
{
background-color: #C9EDDD;
}
</style>
border-color css
<style>
span { border-color: #C9EDDD; }
span { border-color: rgb(201,237,221); }
td.TdClassName
{
border-color: #C9EDDD;
}
.TagClassName
{
border-color: #C9EDDD;
}
</style>