Shades of Mint Tulip #C3EADC
Tints of Mint Tulip #C3EADC
RGB
CMYK
RGB Variations
Color information
#C3EADC (or 0xC3EADC) is known color: Mint Tulip. HEX triplet: C3, EA and DC. RGB value is (195,234,220). Sum of RGB (Red+Green+Blue) = 195+234+220=649 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.05% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EADC is #3C1523. Grayscale: #DCDCDC. Windows color (decimal): -3937572 or 14478019. OLE color: 14478019.
HSL color Cylindrical-coordinate representation of color #C3EADC: hue angle of 158.46º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3EADC is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 234 | 220 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.08 |
| HSL | 158.46º | 0.48% | 0.84% | - |
| HSV(B) | 158.46º | 0.17% | 0.92% | - |
| XYZ | 64.85 | 75.62 | 78.89 | - |
| YUV | 220.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 234 | 220 | 0.17 | 0 | 0.06 | 0.08 | 158.46 | 0.48 | 0.84 |
| Hex | C3 | EA | DC | 11 | 0 | 6 | 8 | 9E | 30 | 54 |
| Octal | 303 | 352 | 334 | 21 | 0 | 6 | 10 | 236 | 60 | 124 |
| Binary | 11000011 | 11101010 | 11011100 | 10001 | 0 | 110 | 1000 | 10011110 | 110000 | 1010100 |
Color Harmonies of #C3EADC
Complementary color
Monochromatic Colors of #C3EADC
Black with #C3EADC
Text Example
Text Example
White with #C3EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EADC; }
p { color: rgb(195,234,220); }
H1.HeaderClassName
{
color: #C3EADC;
}
.AnyTagClassName
{
color: #C3EADC;
}
</style>
background-color css
<style>
a { background-color: #C3EADC; }
a { background-color: rgb(195,234,220); }
div.DivClassName
{
background-color: #C3EADC;
}
.BgClassName
{
background-color: #C3EADC;
}
</style>
border-color css
<style>
span { border-color: #C3EADC; }
span { border-color: rgb(195,234,220); }
td.TdClassName
{
border-color: #C3EADC;
}
.TagClassName
{
border-color: #C3EADC;
}
</style>