Shades of Mint Tulip #C8EADE
Tints of Mint Tulip #C8EADE
RGB
CMYK
RGB Variations
Color information
#C8EADE (or 0xC8EADE) is known color: Mint Tulip. HEX triplet: C8, EA and DE. RGB value is (200,234,222). Sum of RGB (Red+Green+Blue) = 200+234+222=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EADE is #371521. Grayscale: #DEDEDE. Windows color (decimal): -3609890 or 14609096. OLE color: 14609096.
HSL color Cylindrical-coordinate representation of color #C8EADE: hue angle of 158.82º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8EADE is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 222 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.08 |
| HSL | 158.82º | 0.45% | 0.85% | - |
| HSV(B) | 158.82º | 0.15% | 0.92% | - |
| XYZ | 66.43 | 76.4 | 80.35 | - |
| YUV | 222.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 222 | 0.15 | 0 | 0.05 | 0.08 | 158.82 | 0.45 | 0.85 |
| Hex | C8 | EA | DE | F | 0 | 5 | 8 | 9F | 2D | 55 |
| Octal | 310 | 352 | 336 | 17 | 0 | 5 | 10 | 237 | 55 | 125 |
| Binary | 11001000 | 11101010 | 11011110 | 1111 | 0 | 101 | 1000 | 10011111 | 101101 | 1010101 |
Color Harmonies of #C8EADE
Complementary color
Monochromatic Colors of #C8EADE
Black with #C8EADE
Text Example
Text Example
White with #C8EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EADE; }
p { color: rgb(200,234,222); }
H1.HeaderClassName
{
color: #C8EADE;
}
.AnyTagClassName
{
color: #C8EADE;
}
</style>
background-color css
<style>
a { background-color: #C8EADE; }
a { background-color: rgb(200,234,222); }
div.DivClassName
{
background-color: #C8EADE;
}
.BgClassName
{
background-color: #C8EADE;
}
</style>
border-color css
<style>
span { border-color: #C8EADE; }
span { border-color: rgb(200,234,222); }
td.TdClassName
{
border-color: #C8EADE;
}
.TagClassName
{
border-color: #C8EADE;
}
</style>