Shades of Mint Tulip #C2EDDF
Tints of Mint Tulip #C2EDDF
RGB
CMYK
RGB Variations
Color information
#C2EDDF (or 0xC2EDDF) is known color: Mint Tulip. HEX triplet: C2, ED and DF. RGB value is (194,237,223). Sum of RGB (Red+Green+Blue) = 194+237+223=654 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.66% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDDF is #3D1220. Grayscale: #DEDEDE. Windows color (decimal): -4002337 or 14675394. OLE color: 14675394.
HSL color Cylindrical-coordinate representation of color #C2EDDF: hue angle of 160.47º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EDDF is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 237 | 223 | - |
CMYK | 0.18 | 0 | 0.06 | 0.07 |
HSL | 160.47º | 0.54% | 0.85% | - |
HSV(B) | 160.47º | 0.18% | 0.93% | - |
XYZ | 65.85 | 77.37 | 81.27 | - |
YUV | 222.55 | 128.25 | 107.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 237 | 223 | 0.18 | 0 | 0.06 | 0.07 | 160.47 | 0.54 | 0.85 |
Hex | C2 | ED | DF | 12 | 0 | 6 | 7 | A0 | 36 | 55 |
Octal | 302 | 355 | 337 | 22 | 0 | 6 | 7 | 240 | 66 | 125 |
Binary | 11000010 | 11101101 | 11011111 | 10010 | 0 | 110 | 111 | 10100000 | 110110 | 1010101 |
Color Harmonies of #C2EDDF
Complementary color
Monochromatic Colors of #C2EDDF
Black with #C2EDDF
Text Example
Text Example
White with #C2EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDDF; }
p { color: rgb(194,237,223); }
H1.HeaderClassName
{
color: #C2EDDF;
}
.AnyTagClassName
{
color: #C2EDDF;
}
</style>
background-color css
<style>
a { background-color: #C2EDDF; }
a { background-color: rgb(194,237,223); }
div.DivClassName
{
background-color: #C2EDDF;
}
.BgClassName
{
background-color: #C2EDDF;
}
</style>
border-color css
<style>
span { border-color: #C2EDDF; }
span { border-color: rgb(194,237,223); }
td.TdClassName
{
border-color: #C2EDDF;
}
.TagClassName
{
border-color: #C2EDDF;
}
</style>