Shades of Mint Tulip #C2EEDD
Tints of Mint Tulip #C2EEDD
RGB
CMYK
RGB Variations
Color information
#C2EEDD (or 0xC2EEDD) is known color: Mint Tulip. HEX triplet: C2, EE and DD. RGB value is (194,238,221). Sum of RGB (Red+Green+Blue) = 194+238+221=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EEDD is #3D1122. Grayscale: #DEDEDE. Windows color (decimal): -4002083 or 14544578. OLE color: 14544578.
HSL color Cylindrical-coordinate representation of color #C2EEDD: hue angle of 156.82º degrees, saturation: 0.56, 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 #C2EEDD is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 238 | 221 | - |
CMYK | 0.18 | 0 | 0.07 | 0.07 |
HSL | 156.82º | 0.56% | 0.85% | - |
HSV(B) | 156.82º | 0.18% | 0.93% | - |
XYZ | 65.87 | 77.84 | 79.96 | - |
YUV | 222.91 | 126.92 | 107.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 238 | 221 | 0.18 | 0 | 0.07 | 0.07 | 156.82 | 0.56 | 0.85 |
Hex | C2 | EE | DD | 12 | 0 | 7 | 7 | 9D | 38 | 55 |
Octal | 302 | 356 | 335 | 22 | 0 | 7 | 7 | 235 | 70 | 125 |
Binary | 11000010 | 11101110 | 11011101 | 10010 | 0 | 111 | 111 | 10011101 | 111000 | 1010101 |
Color Harmonies of #C2EEDD
Complementary color
Monochromatic Colors of #C2EEDD
Black with #C2EEDD
Text Example
Text Example
White with #C2EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EEDD; }
p { color: rgb(194,238,221); }
H1.HeaderClassName
{
color: #C2EEDD;
}
.AnyTagClassName
{
color: #C2EEDD;
}
</style>
background-color css
<style>
a { background-color: #C2EEDD; }
a { background-color: rgb(194,238,221); }
div.DivClassName
{
background-color: #C2EEDD;
}
.BgClassName
{
background-color: #C2EEDD;
}
</style>
border-color css
<style>
span { border-color: #C2EEDD; }
span { border-color: rgb(194,238,221); }
td.TdClassName
{
border-color: #C2EEDD;
}
.TagClassName
{
border-color: #C2EEDD;
}
</style>