Shades of Mint Tulip #C6ECDB
Tints of Mint Tulip #C6ECDB
RGB
CMYK
RGB Variations
Color information
#C6ECDB (or 0xC6ECDB) is known color: Mint Tulip. HEX triplet: C6, EC and DB. RGB value is (198,236,219). Sum of RGB (Red+Green+Blue) = 198+236+219=653 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.32% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #C6ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6ECDB is #391324. Grayscale: #DEDEDE. Windows color (decimal): -3740453 or 14412998. OLE color: 14412998.
HSL color Cylindrical-coordinate representation of color #C6ECDB: hue angle of 153.16º degrees, saturation: 0.5, 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 #C6ECDB is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 198 | 236 | 219 | - |
CMYK | 0.16 | 0 | 0.07 | 0.07 |
HSL | 153.16º | 0.5% | 0.85% | - |
HSV(B) | 153.16º | 0.16% | 0.93% | - |
XYZ | 66.07 | 77.11 | 78.42 | - |
YUV | 222.7 | 125.91 | 110.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 236 | 219 | 0.16 | 0 | 0.07 | 0.07 | 153.16 | 0.5 | 0.85 |
Hex | C6 | EC | DB | 10 | 0 | 7 | 7 | 99 | 32 | 55 |
Octal | 306 | 354 | 333 | 20 | 0 | 7 | 7 | 231 | 62 | 125 |
Binary | 11000110 | 11101100 | 11011011 | 10000 | 0 | 111 | 111 | 10011001 | 110010 | 1010101 |
Color Harmonies of #C6ECDB
Complementary color
Monochromatic Colors of #C6ECDB
Black with #C6ECDB
Text Example
Text Example
White with #C6ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ECDB; }
p { color: rgb(198,236,219); }
H1.HeaderClassName
{
color: #C6ECDB;
}
.AnyTagClassName
{
color: #C6ECDB;
}
</style>
background-color css
<style>
a { background-color: #C6ECDB; }
a { background-color: rgb(198,236,219); }
div.DivClassName
{
background-color: #C6ECDB;
}
.BgClassName
{
background-color: #C6ECDB;
}
</style>
border-color css
<style>
span { border-color: #C6ECDB; }
span { border-color: rgb(198,236,219); }
td.TdClassName
{
border-color: #C6ECDB;
}
.TagClassName
{
border-color: #C6ECDB;
}
</style>