Shades of Mint Tulip #C4EEDC
Tints of Mint Tulip #C4EEDC
RGB
CMYK
RGB Variations
Color information
#C4EEDC (or 0xC4EEDC) is known color: Mint Tulip. HEX triplet: C4, EE and DC. RGB value is (196,238,220). Sum of RGB (Red+Green+Blue) = 196+238+220=654 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.97% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #C4EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EEDC is #3B1123. Grayscale: #DFDFDF. Windows color (decimal): -3871012 or 14479044. OLE color: 14479044.
HSL color Cylindrical-coordinate representation of color #C4EEDC: hue angle of 154.29º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4EEDC is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 238 | 220 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.07 |
| HSL | 154.29º | 0.55% | 0.85% | - |
| HSV(B) | 154.29º | 0.18% | 0.93% | - |
| XYZ | 66.26 | 78.05 | 79.28 | - |
| YUV | 223.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 238 | 220 | 0.18 | 0 | 0.08 | 0.07 | 154.29 | 0.55 | 0.85 |
| Hex | C4 | EE | DC | 12 | 0 | 8 | 7 | 9A | 37 | 55 |
| Octal | 304 | 356 | 334 | 22 | 0 | 10 | 7 | 232 | 67 | 125 |
| Binary | 11000100 | 11101110 | 11011100 | 10010 | 0 | 1000 | 111 | 10011010 | 110111 | 1010101 |
Color Harmonies of #C4EEDC
Complementary color
Monochromatic Colors of #C4EEDC
Black with #C4EEDC
Text Example
Text Example
White with #C4EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EEDC; }
p { color: rgb(196,238,220); }
H1.HeaderClassName
{
color: #C4EEDC;
}
.AnyTagClassName
{
color: #C4EEDC;
}
</style>
background-color css
<style>
a { background-color: #C4EEDC; }
a { background-color: rgb(196,238,220); }
div.DivClassName
{
background-color: #C4EEDC;
}
.BgClassName
{
background-color: #C4EEDC;
}
</style>
border-color css
<style>
span { border-color: #C4EEDC; }
span { border-color: rgb(196,238,220); }
td.TdClassName
{
border-color: #C4EEDC;
}
.TagClassName
{
border-color: #C4EEDC;
}
</style>