Shades of Mint Tulip #C7EDDC
Tints of Mint Tulip #C7EDDC
RGB
CMYK
RGB Variations
Color information
#C7EDDC (or 0xC7EDDC) is known color: Mint Tulip. HEX triplet: C7, ED and DC. RGB value is (199,237,220). Sum of RGB (Red+Green+Blue) = 199+237+220=656 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.34% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #C7EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EDDC is #381223. Grayscale: #DFDFDF. Windows color (decimal): -3674660 or 14478791. OLE color: 14478791.
HSL color Cylindrical-coordinate representation of color #C7EDDC: hue angle of 153.16º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7EDDC is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 237 | 220 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.07 |
| HSL | 153.16º | 0.51% | 0.85% | - |
| HSV(B) | 153.16º | 0.16% | 0.93% | - |
| XYZ | 66.76 | 77.88 | 79.22 | - |
| YUV | 223.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 220 | 0.16 | 0 | 0.07 | 0.07 | 153.16 | 0.51 | 0.85 |
| Hex | C7 | ED | DC | 10 | 0 | 7 | 7 | 99 | 33 | 55 |
| Octal | 307 | 355 | 334 | 20 | 0 | 7 | 7 | 231 | 63 | 125 |
| Binary | 11000111 | 11101101 | 11011100 | 10000 | 0 | 111 | 111 | 10011001 | 110011 | 1010101 |
Color Harmonies of #C7EDDC
Complementary color
Monochromatic Colors of #C7EDDC
Black with #C7EDDC
Text Example
Text Example
White with #C7EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EDDC; }
p { color: rgb(199,237,220); }
H1.HeaderClassName
{
color: #C7EDDC;
}
.AnyTagClassName
{
color: #C7EDDC;
}
</style>
background-color css
<style>
a { background-color: #C7EDDC; }
a { background-color: rgb(199,237,220); }
div.DivClassName
{
background-color: #C7EDDC;
}
.BgClassName
{
background-color: #C7EDDC;
}
</style>
border-color css
<style>
span { border-color: #C7EDDC; }
span { border-color: rgb(199,237,220); }
td.TdClassName
{
border-color: #C7EDDC;
}
.TagClassName
{
border-color: #C7EDDC;
}
</style>