Shades of Mint Tulip #C7EADE
Tints of Mint Tulip #C7EADE
RGB
CMYK
RGB Variations
Color information
#C7EADE (or 0xC7EADE) is known color: Mint Tulip. HEX triplet: C7, EA and DE. RGB value is (199,234,222). Sum of RGB (Red+Green+Blue) = 199+234+222=655 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.38% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EADE is #381521. Grayscale: #DEDEDE. Windows color (decimal): -3675426 or 14609095. OLE color: 14609095.
HSL color Cylindrical-coordinate representation of color #C7EADE: hue angle of 159.43º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7EADE is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 199 | 234 | 222 | - |
CMYK | 0.15 | 0 | 0.05 | 0.08 |
HSL | 159.43º | 0.45% | 0.85% | - |
HSV(B) | 159.43º | 0.15% | 0.92% | - |
XYZ | 66.16 | 76.26 | 80.34 | - |
YUV | 222.17 | 127.9 | 111.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 234 | 222 | 0.15 | 0 | 0.05 | 0.08 | 159.43 | 0.45 | 0.85 |
Hex | C7 | EA | DE | F | 0 | 5 | 8 | 9F | 2D | 55 |
Octal | 307 | 352 | 336 | 17 | 0 | 5 | 10 | 237 | 55 | 125 |
Binary | 11000111 | 11101010 | 11011110 | 1111 | 0 | 101 | 1000 | 10011111 | 101101 | 1010101 |
Color Harmonies of #C7EADE
Complementary color
Monochromatic Colors of #C7EADE
Black with #C7EADE
Text Example
Text Example
White with #C7EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EADE; }
p { color: rgb(199,234,222); }
H1.HeaderClassName
{
color: #C7EADE;
}
.AnyTagClassName
{
color: #C7EADE;
}
</style>
background-color css
<style>
a { background-color: #C7EADE; }
a { background-color: rgb(199,234,222); }
div.DivClassName
{
background-color: #C7EADE;
}
.BgClassName
{
background-color: #C7EADE;
}
</style>
border-color css
<style>
span { border-color: #C7EADE; }
span { border-color: rgb(199,234,222); }
td.TdClassName
{
border-color: #C7EADE;
}
.TagClassName
{
border-color: #C7EADE;
}
</style>