Shades of Mint Tulip #C6EBDD
Tints of Mint Tulip #C6EBDD
RGB
CMYK
RGB Variations
Color information
#C6EBDD (or 0xC6EBDD) is known color: Mint Tulip. HEX triplet: C6, EB and DD. RGB value is (198,235,221). Sum of RGB (Red+Green+Blue) = 198+235+221=654 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.28% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EBDD is #391422. Grayscale: #DEDEDE. Windows color (decimal): -3740707 or 14543814. OLE color: 14543814.
HSL color Cylindrical-coordinate representation of color #C6EBDD: hue angle of 157.3º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6EBDD is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 235 | 221 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.08 |
| HSL | 157.3º | 0.48% | 0.85% | - |
| HSV(B) | 157.3º | 0.16% | 0.92% | - |
| XYZ | 66.05 | 76.64 | 79.72 | - |
| YUV | 222.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 235 | 221 | 0.16 | 0 | 0.06 | 0.08 | 157.3 | 0.48 | 0.85 |
| Hex | C6 | EB | DD | 10 | 0 | 6 | 8 | 9D | 30 | 55 |
| Octal | 306 | 353 | 335 | 20 | 0 | 6 | 10 | 235 | 60 | 125 |
| Binary | 11000110 | 11101011 | 11011101 | 10000 | 0 | 110 | 1000 | 10011101 | 110000 | 1010101 |
Color Harmonies of #C6EBDD
Complementary color
Monochromatic Colors of #C6EBDD
Black with #C6EBDD
Text Example
Text Example
White with #C6EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EBDD; }
p { color: rgb(198,235,221); }
H1.HeaderClassName
{
color: #C6EBDD;
}
.AnyTagClassName
{
color: #C6EBDD;
}
</style>
background-color css
<style>
a { background-color: #C6EBDD; }
a { background-color: rgb(198,235,221); }
div.DivClassName
{
background-color: #C6EBDD;
}
.BgClassName
{
background-color: #C6EBDD;
}
</style>
border-color css
<style>
span { border-color: #C6EBDD; }
span { border-color: rgb(198,235,221); }
td.TdClassName
{
border-color: #C6EBDD;
}
.TagClassName
{
border-color: #C6EBDD;
}
</style>