Shades of Mint Tulip #C3EEDC
Tints of Mint Tulip #C3EEDC
RGB
CMYK
RGB Variations
Color information
#C3EEDC (or 0xC3EEDC) is known color: Mint Tulip. HEX triplet: C3, EE and DC. RGB value is (195,238,220). Sum of RGB (Red+Green+Blue) = 195+238+220=653 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.86% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #C3EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EEDC is #3C1123. Grayscale: #DFDFDF. Windows color (decimal): -3936548 or 14479043. OLE color: 14479043.
HSL color Cylindrical-coordinate representation of color #C3EEDC: hue angle of 154.88º 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 #C3EEDC is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 238 | 220 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.07 |
| HSL | 154.88º | 0.56% | 0.85% | - |
| HSV(B) | 154.88º | 0.18% | 0.93% | - |
| XYZ | 66 | 77.92 | 79.27 | - |
| YUV | 223.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 238 | 220 | 0.18 | 0 | 0.08 | 0.07 | 154.88 | 0.56 | 0.85 |
| Hex | C3 | EE | DC | 12 | 0 | 8 | 7 | 9B | 38 | 55 |
| Octal | 303 | 356 | 334 | 22 | 0 | 10 | 7 | 233 | 70 | 125 |
| Binary | 11000011 | 11101110 | 11011100 | 10010 | 0 | 1000 | 111 | 10011011 | 111000 | 1010101 |
Color Harmonies of #C3EEDC
Complementary color
Monochromatic Colors of #C3EEDC
Black with #C3EEDC
Text Example
Text Example
White with #C3EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EEDC; }
p { color: rgb(195,238,220); }
H1.HeaderClassName
{
color: #C3EEDC;
}
.AnyTagClassName
{
color: #C3EEDC;
}
</style>
background-color css
<style>
a { background-color: #C3EEDC; }
a { background-color: rgb(195,238,220); }
div.DivClassName
{
background-color: #C3EEDC;
}
.BgClassName
{
background-color: #C3EEDC;
}
</style>
border-color css
<style>
span { border-color: #C3EEDC; }
span { border-color: rgb(195,238,220); }
td.TdClassName
{
border-color: #C3EEDC;
}
.TagClassName
{
border-color: #C3EEDC;
}
</style>