Shades of Mint Tulip #C2EADD
Tints of Mint Tulip #C2EADD
RGB
CMYK
RGB Variations
Color information
#C2EADD (or 0xC2EADD) is known color: Mint Tulip. HEX triplet: C2, EA and DD. RGB value is (194,234,221). Sum of RGB (Red+Green+Blue) = 194+234+221=649 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.89% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EADD is #3D1522. Grayscale: #DCDCDC. Windows color (decimal): -4003107 or 14543554. OLE color: 14543554.
HSL color Cylindrical-coordinate representation of color #C2EADD: hue angle of 160.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EADD is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 221 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.08 |
| HSL | 160.5º | 0.49% | 0.84% | - |
| HSV(B) | 160.5º | 0.17% | 0.92% | - |
| XYZ | 64.72 | 75.54 | 79.58 | - |
| YUV | 220.56 | 128.25 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 221 | 0.17 | 0 | 0.06 | 0.08 | 160.5 | 0.49 | 0.84 |
| Hex | C2 | EA | DD | 11 | 0 | 6 | 8 | A0 | 31 | 54 |
| Octal | 302 | 352 | 335 | 21 | 0 | 6 | 10 | 240 | 61 | 124 |
| Binary | 11000010 | 11101010 | 11011101 | 10001 | 0 | 110 | 1000 | 10100000 | 110001 | 1010100 |
Color Harmonies of #C2EADD
Complementary color
Monochromatic Colors of #C2EADD
Black with #C2EADD
Text Example
Text Example
White with #C2EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EADD; }
p { color: rgb(194,234,221); }
H1.HeaderClassName
{
color: #C2EADD;
}
.AnyTagClassName
{
color: #C2EADD;
}
</style>
background-color css
<style>
a { background-color: #C2EADD; }
a { background-color: rgb(194,234,221); }
div.DivClassName
{
background-color: #C2EADD;
}
.BgClassName
{
background-color: #C2EADD;
}
</style>
border-color css
<style>
span { border-color: #C2EADD; }
span { border-color: rgb(194,234,221); }
td.TdClassName
{
border-color: #C2EADD;
}
.TagClassName
{
border-color: #C2EADD;
}
</style>