Shades of Mint Tulip #C4EADC
Tints of Mint Tulip #C4EADC
RGB
CMYK
RGB Variations
Color information
#C4EADC (or 0xC4EADC) is known color: Mint Tulip. HEX triplet: C4, EA and DC. RGB value is (196,234,220). Sum of RGB (Red+Green+Blue) = 196+234+220=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #C4EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EADC is #3B1523. Grayscale: #DDDDDD. Windows color (decimal): -3872036 or 14478020. OLE color: 14478020.
HSL color Cylindrical-coordinate representation of color #C4EADC: hue angle of 157.89º 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 #C4EADC is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 234 | 220 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.08 |
| HSL | 157.89º | 0.48% | 0.84% | - |
| HSV(B) | 157.89º | 0.16% | 0.92% | - |
| XYZ | 65.11 | 75.75 | 78.9 | - |
| YUV | 221.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 234 | 220 | 0.16 | 0 | 0.06 | 0.08 | 157.89 | 0.48 | 0.84 |
| Hex | C4 | EA | DC | 10 | 0 | 6 | 8 | 9E | 30 | 54 |
| Octal | 304 | 352 | 334 | 20 | 0 | 6 | 10 | 236 | 60 | 124 |
| Binary | 11000100 | 11101010 | 11011100 | 10000 | 0 | 110 | 1000 | 10011110 | 110000 | 1010100 |
Color Harmonies of #C4EADC
Complementary color
Monochromatic Colors of #C4EADC
Black with #C4EADC
Text Example
Text Example
White with #C4EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EADC; }
p { color: rgb(196,234,220); }
H1.HeaderClassName
{
color: #C4EADC;
}
.AnyTagClassName
{
color: #C4EADC;
}
</style>
background-color css
<style>
a { background-color: #C4EADC; }
a { background-color: rgb(196,234,220); }
div.DivClassName
{
background-color: #C4EADC;
}
.BgClassName
{
background-color: #C4EADC;
}
</style>
border-color css
<style>
span { border-color: #C4EADC; }
span { border-color: rgb(196,234,220); }
td.TdClassName
{
border-color: #C4EADC;
}
.TagClassName
{
border-color: #C4EADC;
}
</style>