Shades of Mint Tulip #C1EBDC
Tints of Mint Tulip #C1EBDC
RGB
CMYK
RGB Variations
Color information
#C1EBDC (or 0xC1EBDC) is known color: Mint Tulip. HEX triplet: C1, EB and DC. RGB value is (193,235,220). Sum of RGB (Red+Green+Blue) = 193+235+220=648 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.78% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EBDC is #3E1423. Grayscale: #DCDCDC. Windows color (decimal): -4068388 or 14478273. OLE color: 14478273.
HSL color Cylindrical-coordinate representation of color #C1EBDC: hue angle of 158.57º degrees, saturation: 0.51, 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 #C1EBDC is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 220 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.08 |
| HSL | 158.57º | 0.51% | 0.84% | - |
| HSV(B) | 158.57º | 0.18% | 0.92% | - |
| XYZ | 64.62 | 75.92 | 78.96 | - |
| YUV | 220.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 220 | 0.18 | 0 | 0.06 | 0.08 | 158.57 | 0.51 | 0.84 |
| Hex | C1 | EB | DC | 12 | 0 | 6 | 8 | 9F | 33 | 54 |
| Octal | 301 | 353 | 334 | 22 | 0 | 6 | 10 | 237 | 63 | 124 |
| Binary | 11000001 | 11101011 | 11011100 | 10010 | 0 | 110 | 1000 | 10011111 | 110011 | 1010100 |
Color Harmonies of #C1EBDC
Complementary color
Monochromatic Colors of #C1EBDC
Black with #C1EBDC
Text Example
Text Example
White with #C1EBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EBDC; }
p { color: rgb(193,235,220); }
H1.HeaderClassName
{
color: #C1EBDC;
}
.AnyTagClassName
{
color: #C1EBDC;
}
</style>
background-color css
<style>
a { background-color: #C1EBDC; }
a { background-color: rgb(193,235,220); }
div.DivClassName
{
background-color: #C1EBDC;
}
.BgClassName
{
background-color: #C1EBDC;
}
</style>
border-color css
<style>
span { border-color: #C1EBDC; }
span { border-color: rgb(193,235,220); }
td.TdClassName
{
border-color: #C1EBDC;
}
.TagClassName
{
border-color: #C1EBDC;
}
</style>