Shades of Mint Tulip #C8EADC
Tints of Mint Tulip #C8EADC
RGB
CMYK
RGB Variations
Color information
#C8EADC (or 0xC8EADC) is known color: Mint Tulip. HEX triplet: C8, EA and DC. RGB value is (200,234,220). Sum of RGB (Red+Green+Blue) = 200+234+220=654 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.58% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EADC is #371523. Grayscale: #DEDEDE. Windows color (decimal): -3609892 or 14478024. OLE color: 14478024.
HSL color Cylindrical-coordinate representation of color #C8EADC: hue angle of 155.29º 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 #C8EADC is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 220 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.08 |
| HSL | 155.29º | 0.45% | 0.85% | - |
| HSV(B) | 155.29º | 0.15% | 0.92% | - |
| XYZ | 66.16 | 76.29 | 78.95 | - |
| YUV | 222.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 220 | 0.15 | 0 | 0.06 | 0.08 | 155.29 | 0.45 | 0.85 |
| Hex | C8 | EA | DC | F | 0 | 6 | 8 | 9B | 2D | 55 |
| Octal | 310 | 352 | 334 | 17 | 0 | 6 | 10 | 233 | 55 | 125 |
| Binary | 11001000 | 11101010 | 11011100 | 1111 | 0 | 110 | 1000 | 10011011 | 101101 | 1010101 |
Color Harmonies of #C8EADC
Complementary color
Monochromatic Colors of #C8EADC
Black with #C8EADC
Text Example
Text Example
White with #C8EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EADC; }
p { color: rgb(200,234,220); }
H1.HeaderClassName
{
color: #C8EADC;
}
.AnyTagClassName
{
color: #C8EADC;
}
</style>
background-color css
<style>
a { background-color: #C8EADC; }
a { background-color: rgb(200,234,220); }
div.DivClassName
{
background-color: #C8EADC;
}
.BgClassName
{
background-color: #C8EADC;
}
</style>
border-color css
<style>
span { border-color: #C8EADC; }
span { border-color: rgb(200,234,220); }
td.TdClassName
{
border-color: #C8EADC;
}
.TagClassName
{
border-color: #C8EADC;
}
</style>