Shades of Mint Tulip #CAE8DC
Tints of Mint Tulip #CAE8DC
RGB
CMYK
RGB Variations
Color information
#CAE8DC (or 0xCAE8DC) is known color: Mint Tulip. HEX triplet: CA, E8 and DC. RGB value is (202,232,220). Sum of RGB (Red+Green+Blue) = 202+232+220=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8DC is #351723. Grayscale: #DDDDDD. Windows color (decimal): -3479332 or 14477514. OLE color: 14477514.
HSL color Cylindrical-coordinate representation of color #CAE8DC: hue angle of 156º 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 #CAE8DC is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 220 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.09 |
| HSL | 156º | 0.39% | 0.85% | - |
| HSV(B) | 156º | 0.13% | 0.91% | - |
| XYZ | 66.13 | 75.44 | 78.79 | - |
| YUV | 221.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 220 | 0.13 | 0 | 0.05 | 0.09 | 156 | 0.39 | 0.85 |
| Hex | CA | E8 | DC | D | 0 | 5 | 9 | 9C | 27 | 55 |
| Octal | 312 | 350 | 334 | 15 | 0 | 5 | 11 | 234 | 47 | 125 |
| Binary | 11001010 | 11101000 | 11011100 | 1101 | 0 | 101 | 1001 | 10011100 | 100111 | 1010101 |
Color Harmonies of #CAE8DC
Complementary color
Monochromatic Colors of #CAE8DC
Black with #CAE8DC
Text Example
Text Example
White with #CAE8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE8DC; }
p { color: rgb(202,232,220); }
H1.HeaderClassName
{
color: #CAE8DC;
}
.AnyTagClassName
{
color: #CAE8DC;
}
</style>
background-color css
<style>
a { background-color: #CAE8DC; }
a { background-color: rgb(202,232,220); }
div.DivClassName
{
background-color: #CAE8DC;
}
.BgClassName
{
background-color: #CAE8DC;
}
</style>
border-color css
<style>
span { border-color: #CAE8DC; }
span { border-color: rgb(202,232,220); }
td.TdClassName
{
border-color: #CAE8DC;
}
.TagClassName
{
border-color: #CAE8DC;
}
</style>