Shades of Mint Tulip #CAE8DE
Tints of Mint Tulip #CAE8DE
RGB
CMYK
RGB Variations
Color information
#CAE8DE (or 0xCAE8DE) is known color: Mint Tulip. HEX triplet: CA, E8 and DE. RGB value is (202,232,222). Sum of RGB (Red+Green+Blue) = 202+232+222=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8DE is #351721. Grayscale: #DDDDDD. Windows color (decimal): -3479330 or 14608586. OLE color: 14608586.
HSL color Cylindrical-coordinate representation of color #CAE8DE: hue angle of 160º 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 #CAE8DE is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 222 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.09 |
| HSL | 160º | 0.39% | 0.85% | - |
| HSV(B) | 160º | 0.13% | 0.91% | - |
| XYZ | 66.4 | 75.54 | 80.19 | - |
| YUV | 221.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 222 | 0.13 | 0 | 0.04 | 0.09 | 160 | 0.39 | 0.85 |
| Hex | CA | E8 | DE | D | 0 | 4 | 9 | A0 | 27 | 55 |
| Octal | 312 | 350 | 336 | 15 | 0 | 4 | 11 | 240 | 47 | 125 |
| Binary | 11001010 | 11101000 | 11011110 | 1101 | 0 | 100 | 1001 | 10100000 | 100111 | 1010101 |
Color Harmonies of #CAE8DE
Complementary color
Monochromatic Colors of #CAE8DE
Black with #CAE8DE
Text Example
Text Example
White with #CAE8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE8DE; }
p { color: rgb(202,232,222); }
H1.HeaderClassName
{
color: #CAE8DE;
}
.AnyTagClassName
{
color: #CAE8DE;
}
</style>
background-color css
<style>
a { background-color: #CAE8DE; }
a { background-color: rgb(202,232,222); }
div.DivClassName
{
background-color: #CAE8DE;
}
.BgClassName
{
background-color: #CAE8DE;
}
</style>
border-color css
<style>
span { border-color: #CAE8DE; }
span { border-color: rgb(202,232,222); }
td.TdClassName
{
border-color: #CAE8DE;
}
.TagClassName
{
border-color: #CAE8DE;
}
</style>