Shades of Mint Tulip #C5E7DD
Tints of Mint Tulip #C5E7DD
RGB
CMYK
RGB Variations
Color information
#C5E7DD (or 0xC5E7DD) is known color: Mint Tulip. HEX triplet: C5, E7 and DD. RGB value is (197,231,221). Sum of RGB (Red+Green+Blue) = 197+231+221=649 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.35% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5E7DD is #3A1822. Grayscale: #DBDBDB. Windows color (decimal): -3807267 or 14542789. OLE color: 14542789.
HSL color Cylindrical-coordinate representation of color #C5E7DD: hue angle of 162.35º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5E7DD is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 197 | 231 | 221 | - |
CMYK | 0.15 | 0 | 0.04 | 0.09 |
HSL | 162.35º | 0.41% | 0.84% | - |
HSV(B) | 162.35º | 0.15% | 0.91% | - |
XYZ | 64.65 | 74.24 | 79.33 | - |
YUV | 219.69 | 128.74 | 111.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 231 | 221 | 0.15 | 0 | 0.04 | 0.09 | 162.35 | 0.41 | 0.84 |
Hex | C5 | E7 | DD | F | 0 | 4 | 9 | A2 | 29 | 54 |
Octal | 305 | 347 | 335 | 17 | 0 | 4 | 11 | 242 | 51 | 124 |
Binary | 11000101 | 11100111 | 11011101 | 1111 | 0 | 100 | 1001 | 10100010 | 101001 | 1010100 |
Color Harmonies of #C5E7DD
Complementary color
Monochromatic Colors of #C5E7DD
Black with #C5E7DD
Text Example
Text Example
White with #C5E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E7DD; }
p { color: rgb(197,231,221); }
H1.HeaderClassName
{
color: #C5E7DD;
}
.AnyTagClassName
{
color: #C5E7DD;
}
</style>
background-color css
<style>
a { background-color: #C5E7DD; }
a { background-color: rgb(197,231,221); }
div.DivClassName
{
background-color: #C5E7DD;
}
.BgClassName
{
background-color: #C5E7DD;
}
</style>
border-color css
<style>
span { border-color: #C5E7DD; }
span { border-color: rgb(197,231,221); }
td.TdClassName
{
border-color: #C5E7DD;
}
.TagClassName
{
border-color: #C5E7DD;
}
</style>