Shades of Mint Tulip #C8ECE0
Tints of Mint Tulip #C8ECE0
RGB
CMYK
RGB Variations
Color information
#C8ECE0 (or 0xC8ECE0) is known color: Mint Tulip. HEX triplet: C8, EC and E0. RGB value is (200,236,224). Sum of RGB (Red+Green+Blue) = 200+236+224=660 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.30% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECE0 is #37131F. Grayscale: #DFDFDF. Windows color (decimal): -3609376 or 14740680. OLE color: 14740680.
HSL color Cylindrical-coordinate representation of color #C8ECE0: hue angle of 160º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8ECE0 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 224 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.07 |
| HSL | 160º | 0.49% | 0.85% | - |
| HSV(B) | 160º | 0.15% | 0.93% | - |
| XYZ | 67.27 | 77.65 | 81.96 | - |
| YUV | 223.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 224 | 0.15 | 0 | 0.05 | 0.07 | 160 | 0.49 | 0.85 |
| Hex | C8 | EC | E0 | F | 0 | 5 | 7 | A0 | 31 | 55 |
| Octal | 310 | 354 | 340 | 17 | 0 | 5 | 7 | 240 | 61 | 125 |
| Binary | 11001000 | 11101100 | 11100000 | 1111 | 0 | 101 | 111 | 10100000 | 110001 | 1010101 |
Color Harmonies of #C8ECE0
Complementary color
Monochromatic Colors of #C8ECE0
Black with #C8ECE0
Text Example
Text Example
White with #C8ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECE0; }
p { color: rgb(200,236,224); }
H1.HeaderClassName
{
color: #C8ECE0;
}
.AnyTagClassName
{
color: #C8ECE0;
}
</style>
background-color css
<style>
a { background-color: #C8ECE0; }
a { background-color: rgb(200,236,224); }
div.DivClassName
{
background-color: #C8ECE0;
}
.BgClassName
{
background-color: #C8ECE0;
}
</style>
border-color css
<style>
span { border-color: #C8ECE0; }
span { border-color: rgb(200,236,224); }
td.TdClassName
{
border-color: #C8ECE0;
}
.TagClassName
{
border-color: #C8ECE0;
}
</style>