Shades of Mint Tulip #C2EBDF
Tints of Mint Tulip #C2EBDF
RGB
CMYK
RGB Variations
Color information
#C2EBDF (or 0xC2EBDF) is known color: Mint Tulip. HEX triplet: C2, EB and DF. RGB value is (194,235,223). Sum of RGB (Red+Green+Blue) = 194+235+223=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBDF is #3D1420. Grayscale: #DDDDDD. Windows color (decimal): -4002849 or 14674882. OLE color: 14674882.
HSL color Cylindrical-coordinate representation of color #C2EBDF: hue angle of 162.44º degrees, saturation: 0.51, 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 #C2EBDF is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 223 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.08 |
| HSL | 162.44º | 0.51% | 0.84% | - |
| HSV(B) | 162.44º | 0.17% | 0.92% | - |
| XYZ | 65.28 | 76.21 | 81.08 | - |
| YUV | 221.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 223 | 0.17 | 0 | 0.05 | 0.08 | 162.44 | 0.51 | 0.84 |
| Hex | C2 | EB | DF | 11 | 0 | 5 | 8 | A2 | 33 | 54 |
| Octal | 302 | 353 | 337 | 21 | 0 | 5 | 10 | 242 | 63 | 124 |
| Binary | 11000010 | 11101011 | 11011111 | 10001 | 0 | 101 | 1000 | 10100010 | 110011 | 1010100 |
Color Harmonies of #C2EBDF
Complementary color
Monochromatic Colors of #C2EBDF
Black with #C2EBDF
Text Example
Text Example
White with #C2EBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBDF; }
p { color: rgb(194,235,223); }
H1.HeaderClassName
{
color: #C2EBDF;
}
.AnyTagClassName
{
color: #C2EBDF;
}
</style>
background-color css
<style>
a { background-color: #C2EBDF; }
a { background-color: rgb(194,235,223); }
div.DivClassName
{
background-color: #C2EBDF;
}
.BgClassName
{
background-color: #C2EBDF;
}
</style>
border-color css
<style>
span { border-color: #C2EBDF; }
span { border-color: rgb(194,235,223); }
td.TdClassName
{
border-color: #C2EBDF;
}
.TagClassName
{
border-color: #C2EBDF;
}
</style>