Shades of Mint Tulip #C7EBDD
Tints of Mint Tulip #C7EBDD
RGB
CMYK
RGB Variations
Color information
#C7EBDD (or 0xC7EBDD) is known color: Mint Tulip. HEX triplet: C7, EB and DD. RGB value is (199,235,221). Sum of RGB (Red+Green+Blue) = 199+235+221=655 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.38% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #C7EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EBDD is #381422. Grayscale: #DEDEDE. Windows color (decimal): -3675171 or 14543815. OLE color: 14543815.
HSL color Cylindrical-coordinate representation of color #C7EBDD: hue angle of 156.67º degrees, saturation: 0.47, 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 #C7EBDD is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 235 | 221 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.08 |
| HSL | 156.67º | 0.47% | 0.85% | - |
| HSV(B) | 156.67º | 0.15% | 0.92% | - |
| XYZ | 66.31 | 76.78 | 79.73 | - |
| YUV | 222.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 235 | 221 | 0.15 | 0 | 0.06 | 0.08 | 156.67 | 0.47 | 0.85 |
| Hex | C7 | EB | DD | F | 0 | 6 | 8 | 9D | 2F | 55 |
| Octal | 307 | 353 | 335 | 17 | 0 | 6 | 10 | 235 | 57 | 125 |
| Binary | 11000111 | 11101011 | 11011101 | 1111 | 0 | 110 | 1000 | 10011101 | 101111 | 1010101 |
Color Harmonies of #C7EBDD
Complementary color
Monochromatic Colors of #C7EBDD
Black with #C7EBDD
Text Example
Text Example
White with #C7EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EBDD; }
p { color: rgb(199,235,221); }
H1.HeaderClassName
{
color: #C7EBDD;
}
.AnyTagClassName
{
color: #C7EBDD;
}
</style>
background-color css
<style>
a { background-color: #C7EBDD; }
a { background-color: rgb(199,235,221); }
div.DivClassName
{
background-color: #C7EBDD;
}
.BgClassName
{
background-color: #C7EBDD;
}
</style>
border-color css
<style>
span { border-color: #C7EBDD; }
span { border-color: rgb(199,235,221); }
td.TdClassName
{
border-color: #C7EBDD;
}
.TagClassName
{
border-color: #C7EBDD;
}
</style>