Shades of Mint Tulip #C1EDDB
Tints of Mint Tulip #C1EDDB
RGB
CMYK
RGB Variations
Color information
#C1EDDB (or 0xC1EDDB) is known color: Mint Tulip. HEX triplet: C1, ED and DB. RGB value is (193,237,219). Sum of RGB (Red+Green+Blue) = 193+237+219=649 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.74% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #C1EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EDDB is #3E1224. Grayscale: #DDDDDD. Windows color (decimal): -4067877 or 14413249. OLE color: 14413249.
HSL color Cylindrical-coordinate representation of color #C1EDDB: hue angle of 155.45º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EDDB is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 193 | 237 | 219 | - |
CMYK | 0.19 | 0 | 0.08 | 0.07 |
HSL | 155.45º | 0.55% | 0.84% | - |
HSV(B) | 155.45º | 0.19% | 0.93% | - |
XYZ | 65.06 | 77.02 | 78.46 | - |
YUV | 221.79 | 126.42 | 107.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 237 | 219 | 0.19 | 0 | 0.08 | 0.07 | 155.45 | 0.55 | 0.84 |
Hex | C1 | ED | DB | 13 | 0 | 8 | 7 | 9B | 37 | 54 |
Octal | 301 | 355 | 333 | 23 | 0 | 10 | 7 | 233 | 67 | 124 |
Binary | 11000001 | 11101101 | 11011011 | 10011 | 0 | 1000 | 111 | 10011011 | 110111 | 1010100 |
Color Harmonies of #C1EDDB
Complementary color
Monochromatic Colors of #C1EDDB
Black with #C1EDDB
Text Example
Text Example
White with #C1EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EDDB; }
p { color: rgb(193,237,219); }
H1.HeaderClassName
{
color: #C1EDDB;
}
.AnyTagClassName
{
color: #C1EDDB;
}
</style>
background-color css
<style>
a { background-color: #C1EDDB; }
a { background-color: rgb(193,237,219); }
div.DivClassName
{
background-color: #C1EDDB;
}
.BgClassName
{
background-color: #C1EDDB;
}
</style>
border-color css
<style>
span { border-color: #C1EDDB; }
span { border-color: rgb(193,237,219); }
td.TdClassName
{
border-color: #C1EDDB;
}
.TagClassName
{
border-color: #C1EDDB;
}
</style>