Shades of Mint Tulip #CAE8DA
Tints of Mint Tulip #CAE8DA
RGB
CMYK
RGB Variations
Color information
#CAE8DA (or 0xCAE8DA) is known color: Mint Tulip. HEX triplet: CA, E8 and DA. RGB value is (202,232,218). Sum of RGB (Red+Green+Blue) = 202+232+218=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8DA is #351725. Grayscale: #DDDDDD. Windows color (decimal): -3479334 or 14346442. OLE color: 14346442.
HSL color Cylindrical-coordinate representation of color #CAE8DA: hue angle of 152º degrees, saturation: 0.39, 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 #CAE8DA is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 218 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.09 |
| HSL | 152º | 0.39% | 0.85% | - |
| HSV(B) | 152º | 0.13% | 0.91% | - |
| XYZ | 65.87 | 75.33 | 77.4 | - |
| YUV | 221.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 218 | 0.13 | 0 | 0.06 | 0.09 | 152 | 0.39 | 0.85 |
| Hex | CA | E8 | DA | D | 0 | 6 | 9 | 98 | 27 | 55 |
| Octal | 312 | 350 | 332 | 15 | 0 | 6 | 11 | 230 | 47 | 125 |
| Binary | 11001010 | 11101000 | 11011010 | 1101 | 0 | 110 | 1001 | 10011000 | 100111 | 1010101 |
Color Harmonies of #CAE8DA
Complementary color
Monochromatic Colors of #CAE8DA
Black with #CAE8DA
Text Example
Text Example
White with #CAE8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE8DA; }
p { color: rgb(202,232,218); }
H1.HeaderClassName
{
color: #CAE8DA;
}
.AnyTagClassName
{
color: #CAE8DA;
}
</style>
background-color css
<style>
a { background-color: #CAE8DA; }
a { background-color: rgb(202,232,218); }
div.DivClassName
{
background-color: #CAE8DA;
}
.BgClassName
{
background-color: #CAE8DA;
}
</style>
border-color css
<style>
span { border-color: #CAE8DA; }
span { border-color: rgb(202,232,218); }
td.TdClassName
{
border-color: #CAE8DA;
}
.TagClassName
{
border-color: #CAE8DA;
}
</style>