Shades of Mint Tulip #C2E6DD
Tints of Mint Tulip #C2E6DD
RGB
CMYK
RGB Variations
Color information
#C2E6DD (or 0xC2E6DD) is known color: Mint Tulip. HEX triplet: C2, E6 and DD. RGB value is (194,230,221). Sum of RGB (Red+Green+Blue) = 194+230+221=645 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.08% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E6DD is #3D1922. Grayscale: #DADADA. Windows color (decimal): -4004131 or 14542530. OLE color: 14542530.
HSL color Cylindrical-coordinate representation of color #C2E6DD: hue angle of 165º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2E6DD is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 221 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.10 |
| HSL | 165º | 0.42% | 0.83% | - |
| HSV(B) | 165º | 0.16% | 0.9% | - |
| XYZ | 63.6 | 73.28 | 79.2 | - |
| YUV | 218.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 221 | 0.16 | 0 | 0.04 | 0.10 | 165 | 0.42 | 0.83 |
| Hex | C2 | E6 | DD | 10 | 0 | 4 | A | A5 | 2A | 53 |
| Octal | 302 | 346 | 335 | 20 | 0 | 4 | 12 | 245 | 52 | 123 |
| Binary | 11000010 | 11100110 | 11011101 | 10000 | 0 | 100 | 1010 | 10100101 | 101010 | 1010011 |
Color Harmonies of #C2E6DD
Complementary color
Monochromatic Colors of #C2E6DD
Black with #C2E6DD
Text Example
Text Example
White with #C2E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E6DD; }
p { color: rgb(194,230,221); }
H1.HeaderClassName
{
color: #C2E6DD;
}
.AnyTagClassName
{
color: #C2E6DD;
}
</style>
background-color css
<style>
a { background-color: #C2E6DD; }
a { background-color: rgb(194,230,221); }
div.DivClassName
{
background-color: #C2E6DD;
}
.BgClassName
{
background-color: #C2E6DD;
}
</style>
border-color css
<style>
span { border-color: #C2E6DD; }
span { border-color: rgb(194,230,221); }
td.TdClassName
{
border-color: #C2E6DD;
}
.TagClassName
{
border-color: #C2E6DD;
}
</style>