Shades of Mint Tulip #C2E4DB
Tints of Mint Tulip #C2E4DB
RGB
CMYK
RGB Variations
Color information
#C2E4DB (or 0xC2E4DB) is known color: Mint Tulip. HEX triplet: C2, E4 and DB. RGB value is (194,228,219). Sum of RGB (Red+Green+Blue) = 194+228+219=641 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.27% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E4DB is #3D1B24. Grayscale: #D8D8D8. Windows color (decimal): -4004645 or 14410946. OLE color: 14410946.
HSL color Cylindrical-coordinate representation of color #C2E4DB: hue angle of 164.12º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2E4DB is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 194 | 228 | 219 | - |
CMYK | 0.15 | 0 | 0.04 | 0.11 |
HSL | 164.12º | 0.39% | 0.83% | - |
HSV(B) | 164.12º | 0.15% | 0.89% | - |
XYZ | 62.78 | 72.07 | 77.62 | - |
YUV | 216.81 | 129.24 | 111.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 228 | 219 | 0.15 | 0 | 0.04 | 0.11 | 164.12 | 0.39 | 0.83 |
Hex | C2 | E4 | DB | F | 0 | 4 | B | A4 | 27 | 53 |
Octal | 302 | 344 | 333 | 17 | 0 | 4 | 13 | 244 | 47 | 123 |
Binary | 11000010 | 11100100 | 11011011 | 1111 | 0 | 100 | 1011 | 10100100 | 100111 | 1010011 |
Color Harmonies of #C2E4DB
Complementary color
Monochromatic Colors of #C2E4DB
Black with #C2E4DB
Text Example
Text Example
White with #C2E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E4DB; }
p { color: rgb(194,228,219); }
H1.HeaderClassName
{
color: #C2E4DB;
}
.AnyTagClassName
{
color: #C2E4DB;
}
</style>
background-color css
<style>
a { background-color: #C2E4DB; }
a { background-color: rgb(194,228,219); }
div.DivClassName
{
background-color: #C2E4DB;
}
.BgClassName
{
background-color: #C2E4DB;
}
</style>
border-color css
<style>
span { border-color: #C2E4DB; }
span { border-color: rgb(194,228,219); }
td.TdClassName
{
border-color: #C2E4DB;
}
.TagClassName
{
border-color: #C2E4DB;
}
</style>