Shades of Mint Tulip #C8ECDF
Tints of Mint Tulip #C8ECDF
RGB
CMYK
RGB Variations
Color information
#C8ECDF (or 0xC8ECDF) is known color: Mint Tulip. HEX triplet: C8, EC and DF. RGB value is (200,236,223). Sum of RGB (Red+Green+Blue) = 200+236+223=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECDF is #371320. Grayscale: #DFDFDF. Windows color (decimal): -3609377 or 14675144. OLE color: 14675144.
HSL color Cylindrical-coordinate representation of color #C8ECDF: hue angle of 158.33º 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 #C8ECDF is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 236 | 223 | - |
CMYK | 0.15 | 0 | 0.06 | 0.07 |
HSL | 158.33º | 0.49% | 0.85% | - |
HSV(B) | 158.33º | 0.15% | 0.93% | - |
XYZ | 67.13 | 77.6 | 81.25 | - |
YUV | 223.75 | 127.57 | 111.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 236 | 223 | 0.15 | 0 | 0.06 | 0.07 | 158.33 | 0.49 | 0.85 |
Hex | C8 | EC | DF | F | 0 | 6 | 7 | 9E | 31 | 55 |
Octal | 310 | 354 | 337 | 17 | 0 | 6 | 7 | 236 | 61 | 125 |
Binary | 11001000 | 11101100 | 11011111 | 1111 | 0 | 110 | 111 | 10011110 | 110001 | 1010101 |
Color Harmonies of #C8ECDF
Complementary color
Monochromatic Colors of #C8ECDF
Black with #C8ECDF
Text Example
Text Example
White with #C8ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECDF; }
p { color: rgb(200,236,223); }
H1.HeaderClassName
{
color: #C8ECDF;
}
.AnyTagClassName
{
color: #C8ECDF;
}
</style>
background-color css
<style>
a { background-color: #C8ECDF; }
a { background-color: rgb(200,236,223); }
div.DivClassName
{
background-color: #C8ECDF;
}
.BgClassName
{
background-color: #C8ECDF;
}
</style>
border-color css
<style>
span { border-color: #C8ECDF; }
span { border-color: rgb(200,236,223); }
td.TdClassName
{
border-color: #C8ECDF;
}
.TagClassName
{
border-color: #C8ECDF;
}
</style>