Shades of Mint Tulip #C3EADE
Tints of Mint Tulip #C3EADE
RGB
CMYK
RGB Variations
Color information
#C3EADE (or 0xC3EADE) is known color: Mint Tulip. HEX triplet: C3, EA and DE. RGB value is (195,234,222). Sum of RGB (Red+Green+Blue) = 195+234+222=651 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.95% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EADE is #3C1521. Grayscale: #DCDCDC. Windows color (decimal): -3937570 or 14609091. OLE color: 14609091.
HSL color Cylindrical-coordinate representation of color #C3EADE: hue angle of 161.54º 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 #C3EADE is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 195 | 234 | 222 | - |
CMYK | 0.17 | 0 | 0.05 | 0.08 |
HSL | 161.54º | 0.48% | 0.84% | - |
HSV(B) | 161.54º | 0.17% | 0.92% | - |
XYZ | 65.11 | 75.72 | 80.29 | - |
YUV | 220.97 | 128.58 | 109.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 234 | 222 | 0.17 | 0 | 0.05 | 0.08 | 161.54 | 0.48 | 0.84 |
Hex | C3 | EA | DE | 11 | 0 | 5 | 8 | A2 | 30 | 54 |
Octal | 303 | 352 | 336 | 21 | 0 | 5 | 10 | 242 | 60 | 124 |
Binary | 11000011 | 11101010 | 11011110 | 10001 | 0 | 101 | 1000 | 10100010 | 110000 | 1010100 |
Color Harmonies of #C3EADE
Complementary color
Monochromatic Colors of #C3EADE
Black with #C3EADE
Text Example
Text Example
White with #C3EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EADE; }
p { color: rgb(195,234,222); }
H1.HeaderClassName
{
color: #C3EADE;
}
.AnyTagClassName
{
color: #C3EADE;
}
</style>
background-color css
<style>
a { background-color: #C3EADE; }
a { background-color: rgb(195,234,222); }
div.DivClassName
{
background-color: #C3EADE;
}
.BgClassName
{
background-color: #C3EADE;
}
</style>
border-color css
<style>
span { border-color: #C3EADE; }
span { border-color: rgb(195,234,222); }
td.TdClassName
{
border-color: #C3EADE;
}
.TagClassName
{
border-color: #C3EADE;
}
</style>