Shades of Mint Tulip #C1ECDE
Tints of Mint Tulip #C1ECDE
RGB
CMYK
RGB Variations
Color information
#C1ECDE (or 0xC1ECDE) is known color: Mint Tulip. HEX triplet: C1, EC and DE. RGB value is (193,236,222). Sum of RGB (Red+Green+Blue) = 193+236+222=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #C1ECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1ECDE is #3E1321. Grayscale: #DDDDDD. Windows color (decimal): -4068130 or 14609601. OLE color: 14609601.
HSL color Cylindrical-coordinate representation of color #C1ECDE: hue angle of 160.47º 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 #C1ECDE is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 222 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.07 |
| HSL | 160.47º | 0.53% | 0.84% | - |
| HSV(B) | 160.47º | 0.18% | 0.93% | - |
| XYZ | 65.17 | 76.6 | 80.46 | - |
| YUV | 221.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 222 | 0.18 | 0 | 0.06 | 0.07 | 160.47 | 0.53 | 0.84 |
| Hex | C1 | EC | DE | 12 | 0 | 6 | 7 | A0 | 35 | 54 |
| Octal | 301 | 354 | 336 | 22 | 0 | 6 | 7 | 240 | 65 | 124 |
| Binary | 11000001 | 11101100 | 11011110 | 10010 | 0 | 110 | 111 | 10100000 | 110101 | 1010100 |
Color Harmonies of #C1ECDE
Complementary color
Monochromatic Colors of #C1ECDE
Black with #C1ECDE
Text Example
Text Example
White with #C1ECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ECDE; }
p { color: rgb(193,236,222); }
H1.HeaderClassName
{
color: #C1ECDE;
}
.AnyTagClassName
{
color: #C1ECDE;
}
</style>
background-color css
<style>
a { background-color: #C1ECDE; }
a { background-color: rgb(193,236,222); }
div.DivClassName
{
background-color: #C1ECDE;
}
.BgClassName
{
background-color: #C1ECDE;
}
</style>
border-color css
<style>
span { border-color: #C1ECDE; }
span { border-color: rgb(193,236,222); }
td.TdClassName
{
border-color: #C1ECDE;
}
.TagClassName
{
border-color: #C1ECDE;
}
</style>