Shades of Mint Tulip #C5EADD
Tints of Mint Tulip #C5EADD
RGB
CMYK
RGB Variations
Color information
#C5EADD (or 0xC5EADD) is known color: Mint Tulip. HEX triplet: C5, EA and DD. RGB value is (197,234,221). Sum of RGB (Red+Green+Blue) = 197+234+221=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EADD is #3A1522. Grayscale: #DDDDDD. Windows color (decimal): -3806499 or 14543557. OLE color: 14543557.
HSL color Cylindrical-coordinate representation of color #C5EADD: hue angle of 158.92º degrees, saturation: 0.47, 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 #C5EADD is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 197 | 234 | 221 | - |
CMYK | 0.16 | 0 | 0.06 | 0.08 |
HSL | 158.92º | 0.47% | 0.85% | - |
HSV(B) | 158.92º | 0.16% | 0.92% | - |
XYZ | 65.5 | 75.94 | 79.61 | - |
YUV | 221.46 | 127.74 | 110.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 234 | 221 | 0.16 | 0 | 0.06 | 0.08 | 158.92 | 0.47 | 0.85 |
Hex | C5 | EA | DD | 10 | 0 | 6 | 8 | 9F | 2F | 55 |
Octal | 305 | 352 | 335 | 20 | 0 | 6 | 10 | 237 | 57 | 125 |
Binary | 11000101 | 11101010 | 11011101 | 10000 | 0 | 110 | 1000 | 10011111 | 101111 | 1010101 |
Color Harmonies of #C5EADD
Complementary color
Monochromatic Colors of #C5EADD
Black with #C5EADD
Text Example
Text Example
White with #C5EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EADD; }
p { color: rgb(197,234,221); }
H1.HeaderClassName
{
color: #C5EADD;
}
.AnyTagClassName
{
color: #C5EADD;
}
</style>
background-color css
<style>
a { background-color: #C5EADD; }
a { background-color: rgb(197,234,221); }
div.DivClassName
{
background-color: #C5EADD;
}
.BgClassName
{
background-color: #C5EADD;
}
</style>
border-color css
<style>
span { border-color: #C5EADD; }
span { border-color: rgb(197,234,221); }
td.TdClassName
{
border-color: #C5EADD;
}
.TagClassName
{
border-color: #C5EADD;
}
</style>