Shades of Mint Tulip #C5EBDD
Tints of Mint Tulip #C5EBDD
RGB
CMYK
RGB Variations
Color information
#C5EBDD (or 0xC5EBDD) is known color: Mint Tulip. HEX triplet: C5, EB and DD. RGB value is (197,235,221). Sum of RGB (Red+Green+Blue) = 197+235+221=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EBDD is #3A1422. Grayscale: #DEDEDE. Windows color (decimal): -3806243 or 14543813. OLE color: 14543813.
HSL color Cylindrical-coordinate representation of color #C5EBDD: hue angle of 157.89º degrees, saturation: 0.49, 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 #C5EBDD is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 197 | 235 | 221 | - |
CMYK | 0.16 | 0 | 0.06 | 0.08 |
HSL | 157.89º | 0.49% | 0.85% | - |
HSV(B) | 157.89º | 0.16% | 0.92% | - |
XYZ | 65.79 | 76.51 | 79.71 | - |
YUV | 222.04 | 127.41 | 110.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 235 | 221 | 0.16 | 0 | 0.06 | 0.08 | 157.89 | 0.49 | 0.85 |
Hex | C5 | EB | DD | 10 | 0 | 6 | 8 | 9E | 31 | 55 |
Octal | 305 | 353 | 335 | 20 | 0 | 6 | 10 | 236 | 61 | 125 |
Binary | 11000101 | 11101011 | 11011101 | 10000 | 0 | 110 | 1000 | 10011110 | 110001 | 1010101 |
Color Harmonies of #C5EBDD
Complementary color
Monochromatic Colors of #C5EBDD
Black with #C5EBDD
Text Example
Text Example
White with #C5EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EBDD; }
p { color: rgb(197,235,221); }
H1.HeaderClassName
{
color: #C5EBDD;
}
.AnyTagClassName
{
color: #C5EBDD;
}
</style>
background-color css
<style>
a { background-color: #C5EBDD; }
a { background-color: rgb(197,235,221); }
div.DivClassName
{
background-color: #C5EBDD;
}
.BgClassName
{
background-color: #C5EBDD;
}
</style>
border-color css
<style>
span { border-color: #C5EBDD; }
span { border-color: rgb(197,235,221); }
td.TdClassName
{
border-color: #C5EBDD;
}
.TagClassName
{
border-color: #C5EBDD;
}
</style>