Shades of Mint Tulip #C1ECDB
Tints of Mint Tulip #C1ECDB
RGB
CMYK
RGB Variations
Color information
#C1ECDB (or 0xC1ECDB) is known color: Mint Tulip. HEX triplet: C1, EC and DB. RGB value is (193,236,219). Sum of RGB (Red+Green+Blue) = 193+236+219=648 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.78% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #C1ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1ECDB is #3E1324. Grayscale: #DDDDDD. Windows color (decimal): -4068133 or 14412993. OLE color: 14412993.
HSL color Cylindrical-coordinate representation of color #C1ECDB: hue angle of 156.28º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1ECDB is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 219 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.07 |
| HSL | 156.28º | 0.53% | 0.84% | - |
| HSV(B) | 156.28º | 0.18% | 0.93% | - |
| XYZ | 64.77 | 76.44 | 78.36 | - |
| YUV | 221.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 219 | 0.18 | 0 | 0.07 | 0.07 | 156.28 | 0.53 | 0.84 |
| Hex | C1 | EC | DB | 12 | 0 | 7 | 7 | 9C | 35 | 54 |
| Octal | 301 | 354 | 333 | 22 | 0 | 7 | 7 | 234 | 65 | 124 |
| Binary | 11000001 | 11101100 | 11011011 | 10010 | 0 | 111 | 111 | 10011100 | 110101 | 1010100 |
Color Harmonies of #C1ECDB
Complementary color
Monochromatic Colors of #C1ECDB
Black with #C1ECDB
Text Example
Text Example
White with #C1ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ECDB; }
p { color: rgb(193,236,219); }
H1.HeaderClassName
{
color: #C1ECDB;
}
.AnyTagClassName
{
color: #C1ECDB;
}
</style>
background-color css
<style>
a { background-color: #C1ECDB; }
a { background-color: rgb(193,236,219); }
div.DivClassName
{
background-color: #C1ECDB;
}
.BgClassName
{
background-color: #C1ECDB;
}
</style>
border-color css
<style>
span { border-color: #C1ECDB; }
span { border-color: rgb(193,236,219); }
td.TdClassName
{
border-color: #C1ECDB;
}
.TagClassName
{
border-color: #C1ECDB;
}
</style>