Shades of Mint Tulip #CAE6DB
Tints of Mint Tulip #CAE6DB
RGB
CMYK
RGB Variations
Color information
#CAE6DB (or 0xCAE6DB) is known color: Mint Tulip. HEX triplet: CA, E6 and DB. RGB value is (202,230,219). Sum of RGB (Red+Green+Blue) = 202+230+219=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6DB is #351924. Grayscale: #DCDCDC. Windows color (decimal): -3479845 or 14411466. OLE color: 14411466.
HSL color Cylindrical-coordinate representation of color #CAE6DB: hue angle of 156.43º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE6DB is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 219 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.10 |
| HSL | 156.43º | 0.36% | 0.85% | - |
| HSV(B) | 156.43º | 0.12% | 0.9% | - |
| XYZ | 65.44 | 74.26 | 77.9 | - |
| YUV | 220.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 219 | 0.12 | 0 | 0.05 | 0.10 | 156.43 | 0.36 | 0.85 |
| Hex | CA | E6 | DB | C | 0 | 5 | A | 9C | 24 | 55 |
| Octal | 312 | 346 | 333 | 14 | 0 | 5 | 12 | 234 | 44 | 125 |
| Binary | 11001010 | 11100110 | 11011011 | 1100 | 0 | 101 | 1010 | 10011100 | 100100 | 1010101 |
Color Harmonies of #CAE6DB
Complementary color
Monochromatic Colors of #CAE6DB
Black with #CAE6DB
Text Example
Text Example
White with #CAE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6DB; }
p { color: rgb(202,230,219); }
H1.HeaderClassName
{
color: #CAE6DB;
}
.AnyTagClassName
{
color: #CAE6DB;
}
</style>
background-color css
<style>
a { background-color: #CAE6DB; }
a { background-color: rgb(202,230,219); }
div.DivClassName
{
background-color: #CAE6DB;
}
.BgClassName
{
background-color: #CAE6DB;
}
</style>
border-color css
<style>
span { border-color: #CAE6DB; }
span { border-color: rgb(202,230,219); }
td.TdClassName
{
border-color: #CAE6DB;
}
.TagClassName
{
border-color: #CAE6DB;
}
</style>