Shades of Mint Tulip #C4EADD
Tints of Mint Tulip #C4EADD
RGB
CMYK
RGB Variations
Color information
#C4EADD (or 0xC4EADD) is known color: Mint Tulip. HEX triplet: C4, EA and DD. RGB value is (196,234,221). Sum of RGB (Red+Green+Blue) = 196+234+221=651 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.11% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #C4EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EADD is #3B1522. Grayscale: #DDDDDD. Windows color (decimal): -3872035 or 14543556. OLE color: 14543556.
HSL color Cylindrical-coordinate representation of color #C4EADD: hue angle of 159.47º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4EADD is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 234 | 221 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.08 |
| HSL | 159.47º | 0.48% | 0.84% | - |
| HSV(B) | 159.47º | 0.16% | 0.92% | - |
| XYZ | 65.24 | 75.8 | 79.6 | - |
| YUV | 221.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 234 | 221 | 0.16 | 0 | 0.06 | 0.08 | 159.47 | 0.48 | 0.84 |
| Hex | C4 | EA | DD | 10 | 0 | 6 | 8 | 9F | 30 | 54 |
| Octal | 304 | 352 | 335 | 20 | 0 | 6 | 10 | 237 | 60 | 124 |
| Binary | 11000100 | 11101010 | 11011101 | 10000 | 0 | 110 | 1000 | 10011111 | 110000 | 1010100 |
Color Harmonies of #C4EADD
Complementary color
Monochromatic Colors of #C4EADD
Black with #C4EADD
Text Example
Text Example
White with #C4EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EADD; }
p { color: rgb(196,234,221); }
H1.HeaderClassName
{
color: #C4EADD;
}
.AnyTagClassName
{
color: #C4EADD;
}
</style>
background-color css
<style>
a { background-color: #C4EADD; }
a { background-color: rgb(196,234,221); }
div.DivClassName
{
background-color: #C4EADD;
}
.BgClassName
{
background-color: #C4EADD;
}
</style>
border-color css
<style>
span { border-color: #C4EADD; }
span { border-color: rgb(196,234,221); }
td.TdClassName
{
border-color: #C4EADD;
}
.TagClassName
{
border-color: #C4EADD;
}
</style>