Shades of Mint Tulip #C3E5DC
Tints of Mint Tulip #C3E5DC
RGB
CMYK
RGB Variations
Color information
#C3E5DC (or 0xC3E5DC) is known color: Mint Tulip. HEX triplet: C3, E5 and DC. RGB value is (195,229,220). Sum of RGB (Red+Green+Blue) = 195+229+220=644 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.28% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 229 - color contains mainly: green. Hex color #C3E5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E5DC is #3C1A23. Grayscale: #D9D9D9. Windows color (decimal): -3938852 or 14476739. OLE color: 14476739.
HSL color Cylindrical-coordinate representation of color #C3E5DC: hue angle of 164.12º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3E5DC is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 229 | 220 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.10 |
| HSL | 164.12º | 0.4% | 0.83% | - |
| HSV(B) | 164.12º | 0.15% | 0.9% | - |
| XYZ | 63.44 | 72.81 | 78.42 | - |
| YUV | 217.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 229 | 220 | 0.15 | 0 | 0.04 | 0.10 | 164.12 | 0.4 | 0.83 |
| Hex | C3 | E5 | DC | F | 0 | 4 | A | A4 | 28 | 53 |
| Octal | 303 | 345 | 334 | 17 | 0 | 4 | 12 | 244 | 50 | 123 |
| Binary | 11000011 | 11100101 | 11011100 | 1111 | 0 | 100 | 1010 | 10100100 | 101000 | 1010011 |
Color Harmonies of #C3E5DC
Complementary color
Monochromatic Colors of #C3E5DC
Black with #C3E5DC
Text Example
Text Example
White with #C3E5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E5DC; }
p { color: rgb(195,229,220); }
H1.HeaderClassName
{
color: #C3E5DC;
}
.AnyTagClassName
{
color: #C3E5DC;
}
</style>
background-color css
<style>
a { background-color: #C3E5DC; }
a { background-color: rgb(195,229,220); }
div.DivClassName
{
background-color: #C3E5DC;
}
.BgClassName
{
background-color: #C3E5DC;
}
</style>
border-color css
<style>
span { border-color: #C3E5DC; }
span { border-color: rgb(195,229,220); }
td.TdClassName
{
border-color: #C3E5DC;
}
.TagClassName
{
border-color: #C3E5DC;
}
</style>