Shades of Mint Tulip #C2EDDE
Tints of Mint Tulip #C2EDDE
RGB
CMYK
RGB Variations
Color information
#C2EDDE (or 0xC2EDDE) is known color: Mint Tulip. HEX triplet: C2, ED and DE. RGB value is (194,237,222). Sum of RGB (Red+Green+Blue) = 194+237+222=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDDE is #3D1221. Grayscale: #DEDEDE. Windows color (decimal): -4002338 or 14609858. OLE color: 14609858.
HSL color Cylindrical-coordinate representation of color #C2EDDE: hue angle of 159.07º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EDDE is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 222 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.07 |
| HSL | 159.07º | 0.54% | 0.85% | - |
| HSV(B) | 159.07º | 0.18% | 0.93% | - |
| XYZ | 65.72 | 77.31 | 80.57 | - |
| YUV | 222.43 | 127.75 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 222 | 0.18 | 0 | 0.06 | 0.07 | 159.07 | 0.54 | 0.85 |
| Hex | C2 | ED | DE | 12 | 0 | 6 | 7 | 9F | 36 | 55 |
| Octal | 302 | 355 | 336 | 22 | 0 | 6 | 7 | 237 | 66 | 125 |
| Binary | 11000010 | 11101101 | 11011110 | 10010 | 0 | 110 | 111 | 10011111 | 110110 | 1010101 |
Color Harmonies of #C2EDDE
Complementary color
Monochromatic Colors of #C2EDDE
Black with #C2EDDE
Text Example
Text Example
White with #C2EDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDDE; }
p { color: rgb(194,237,222); }
H1.HeaderClassName
{
color: #C2EDDE;
}
.AnyTagClassName
{
color: #C2EDDE;
}
</style>
background-color css
<style>
a { background-color: #C2EDDE; }
a { background-color: rgb(194,237,222); }
div.DivClassName
{
background-color: #C2EDDE;
}
.BgClassName
{
background-color: #C2EDDE;
}
</style>
border-color css
<style>
span { border-color: #C2EDDE; }
span { border-color: rgb(194,237,222); }
td.TdClassName
{
border-color: #C2EDDE;
}
.TagClassName
{
border-color: #C2EDDE;
}
</style>