Shades of Mint Tulip #CAE7DB
Tints of Mint Tulip #CAE7DB
RGB
CMYK
RGB Variations
Color information
#CAE7DB (or 0xCAE7DB) is known color: Mint Tulip. HEX triplet: CA, E7 and DB. RGB value is (202,231,219). Sum of RGB (Red+Green+Blue) = 202+231+219=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7DB is #351824. Grayscale: #DCDCDC. Windows color (decimal): -3479589 or 14411722. OLE color: 14411722.
HSL color Cylindrical-coordinate representation of color #CAE7DB: hue angle of 155.17º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE7DB is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 219 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.09 |
| HSL | 155.17º | 0.38% | 0.85% | - |
| HSV(B) | 155.17º | 0.13% | 0.91% | - |
| XYZ | 65.72 | 74.82 | 78 | - |
| YUV | 220.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 219 | 0.13 | 0 | 0.05 | 0.09 | 155.17 | 0.38 | 0.85 |
| Hex | CA | E7 | DB | D | 0 | 5 | 9 | 9B | 26 | 55 |
| Octal | 312 | 347 | 333 | 15 | 0 | 5 | 11 | 233 | 46 | 125 |
| Binary | 11001010 | 11100111 | 11011011 | 1101 | 0 | 101 | 1001 | 10011011 | 100110 | 1010101 |
Color Harmonies of #CAE7DB
Complementary color
Monochromatic Colors of #CAE7DB
Black with #CAE7DB
Text Example
Text Example
White with #CAE7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE7DB; }
p { color: rgb(202,231,219); }
H1.HeaderClassName
{
color: #CAE7DB;
}
.AnyTagClassName
{
color: #CAE7DB;
}
</style>
background-color css
<style>
a { background-color: #CAE7DB; }
a { background-color: rgb(202,231,219); }
div.DivClassName
{
background-color: #CAE7DB;
}
.BgClassName
{
background-color: #CAE7DB;
}
</style>
border-color css
<style>
span { border-color: #CAE7DB; }
span { border-color: rgb(202,231,219); }
td.TdClassName
{
border-color: #CAE7DB;
}
.TagClassName
{
border-color: #CAE7DB;
}
</style>