Shades of Mint Tulip #C8E7DC
Tints of Mint Tulip #C8E7DC
RGB
CMYK
RGB Variations
Color information
#C8E7DC (or 0xC8E7DC) is known color: Mint Tulip. HEX triplet: C8, E7 and DC. RGB value is (200,231,220). Sum of RGB (Red+Green+Blue) = 200+231+220=651 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.72% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8E7DC is #371823. Grayscale: #DCDCDC. Windows color (decimal): -3610660 or 14477256. OLE color: 14477256.
HSL color Cylindrical-coordinate representation of color #C8E7DC: hue angle of 158.71º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8E7DC is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 231 | 220 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.09 |
| HSL | 158.71º | 0.39% | 0.85% | - |
| HSV(B) | 158.71º | 0.13% | 0.91% | - |
| XYZ | 65.31 | 74.6 | 78.67 | - |
| YUV | 220.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 231 | 220 | 0.13 | 0 | 0.05 | 0.09 | 158.71 | 0.39 | 0.85 |
| Hex | C8 | E7 | DC | D | 0 | 5 | 9 | 9F | 27 | 55 |
| Octal | 310 | 347 | 334 | 15 | 0 | 5 | 11 | 237 | 47 | 125 |
| Binary | 11001000 | 11100111 | 11011100 | 1101 | 0 | 101 | 1001 | 10011111 | 100111 | 1010101 |
Color Harmonies of #C8E7DC
Complementary color
Monochromatic Colors of #C8E7DC
Black with #C8E7DC
Text Example
Text Example
White with #C8E7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E7DC; }
p { color: rgb(200,231,220); }
H1.HeaderClassName
{
color: #C8E7DC;
}
.AnyTagClassName
{
color: #C8E7DC;
}
</style>
background-color css
<style>
a { background-color: #C8E7DC; }
a { background-color: rgb(200,231,220); }
div.DivClassName
{
background-color: #C8E7DC;
}
.BgClassName
{
background-color: #C8E7DC;
}
</style>
border-color css
<style>
span { border-color: #C8E7DC; }
span { border-color: rgb(200,231,220); }
td.TdClassName
{
border-color: #C8E7DC;
}
.TagClassName
{
border-color: #C8E7DC;
}
</style>