Shades of Mint Tulip #C1EADB
Tints of Mint Tulip #C1EADB
RGB
CMYK
RGB Variations
Color information
#C1EADB (or 0xC1EADB) is known color: Mint Tulip. HEX triplet: C1, EA and DB. RGB value is (193,234,219). Sum of RGB (Red+Green+Blue) = 193+234+219=646 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.88% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EADB is #3E1524. Grayscale: #DCDCDC. Windows color (decimal): -4068645 or 14412481. OLE color: 14412481.
HSL color Cylindrical-coordinate representation of color #C1EADB: hue angle of 158.05º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1EADB is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 234 | 219 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.08 |
| HSL | 158.05º | 0.49% | 0.84% | - |
| HSV(B) | 158.05º | 0.18% | 0.92% | - |
| XYZ | 64.2 | 75.3 | 78.17 | - |
| YUV | 220.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 219 | 0.18 | 0 | 0.06 | 0.08 | 158.05 | 0.49 | 0.84 |
| Hex | C1 | EA | DB | 12 | 0 | 6 | 8 | 9E | 31 | 54 |
| Octal | 301 | 352 | 333 | 22 | 0 | 6 | 10 | 236 | 61 | 124 |
| Binary | 11000001 | 11101010 | 11011011 | 10010 | 0 | 110 | 1000 | 10011110 | 110001 | 1010100 |
Color Harmonies of #C1EADB
Complementary color
Monochromatic Colors of #C1EADB
Black with #C1EADB
Text Example
Text Example
White with #C1EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EADB; }
p { color: rgb(193,234,219); }
H1.HeaderClassName
{
color: #C1EADB;
}
.AnyTagClassName
{
color: #C1EADB;
}
</style>
background-color css
<style>
a { background-color: #C1EADB; }
a { background-color: rgb(193,234,219); }
div.DivClassName
{
background-color: #C1EADB;
}
.BgClassName
{
background-color: #C1EADB;
}
</style>
border-color css
<style>
span { border-color: #C1EADB; }
span { border-color: rgb(193,234,219); }
td.TdClassName
{
border-color: #C1EADB;
}
.TagClassName
{
border-color: #C1EADB;
}
</style>