Shades of Mint Tulip #C1EEDC
Tints of Mint Tulip #C1EEDC
RGB
CMYK
RGB Variations
Color information
#C1EEDC (or 0xC1EEDC) is known color: Mint Tulip. HEX triplet: C1, EE and DC. RGB value is (193,238,220). Sum of RGB (Red+Green+Blue) = 193+238+220=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #C1EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EEDC is #3E1123. Grayscale: #DEDEDE. Windows color (decimal): -4067620 or 14479041. OLE color: 14479041.
HSL color Cylindrical-coordinate representation of color #C1EEDC: hue angle of 156º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EEDC is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 238 | 220 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.07 |
| HSL | 156º | 0.57% | 0.85% | - |
| HSV(B) | 156º | 0.19% | 0.93% | - |
| XYZ | 65.49 | 77.65 | 79.25 | - |
| YUV | 222.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 238 | 220 | 0.19 | 0 | 0.08 | 0.07 | 156 | 0.57 | 0.85 |
| Hex | C1 | EE | DC | 13 | 0 | 8 | 7 | 9C | 39 | 55 |
| Octal | 301 | 356 | 334 | 23 | 0 | 10 | 7 | 234 | 71 | 125 |
| Binary | 11000001 | 11101110 | 11011100 | 10011 | 0 | 1000 | 111 | 10011100 | 111001 | 1010101 |
Color Harmonies of #C1EEDC
Complementary color
Monochromatic Colors of #C1EEDC
Black with #C1EEDC
Text Example
Text Example
White with #C1EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EEDC; }
p { color: rgb(193,238,220); }
H1.HeaderClassName
{
color: #C1EEDC;
}
.AnyTagClassName
{
color: #C1EEDC;
}
</style>
background-color css
<style>
a { background-color: #C1EEDC; }
a { background-color: rgb(193,238,220); }
div.DivClassName
{
background-color: #C1EEDC;
}
.BgClassName
{
background-color: #C1EEDC;
}
</style>
border-color css
<style>
span { border-color: #C1EEDC; }
span { border-color: rgb(193,238,220); }
td.TdClassName
{
border-color: #C1EEDC;
}
.TagClassName
{
border-color: #C1EEDC;
}
</style>