Shades of Mint Tulip #CAEADF
Tints of Mint Tulip #CAEADF
RGB
CMYK
RGB Variations
Color information
#CAEADF (or 0xCAEADF) is known color: Mint Tulip. HEX triplet: CA, EA and DF. RGB value is (202,234,223). Sum of RGB (Red+Green+Blue) = 202+234+223=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEADF is #351520. Grayscale: #DFDFDF. Windows color (decimal): -3478817 or 14674634. OLE color: 14674634.
HSL color Cylindrical-coordinate representation of color #CAEADF: hue angle of 159.38º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEADF is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 223 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.08 |
| HSL | 159.38º | 0.43% | 0.85% | - |
| HSV(B) | 159.38º | 0.14% | 0.92% | - |
| XYZ | 67.1 | 76.73 | 81.09 | - |
| YUV | 223.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 223 | 0.14 | 0 | 0.05 | 0.08 | 159.38 | 0.43 | 0.85 |
| Hex | CA | EA | DF | E | 0 | 5 | 8 | 9F | 2B | 55 |
| Octal | 312 | 352 | 337 | 16 | 0 | 5 | 10 | 237 | 53 | 125 |
| Binary | 11001010 | 11101010 | 11011111 | 1110 | 0 | 101 | 1000 | 10011111 | 101011 | 1010101 |
Color Harmonies of #CAEADF
Complementary color
Monochromatic Colors of #CAEADF
Black with #CAEADF
Text Example
Text Example
White with #CAEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEADF; }
p { color: rgb(202,234,223); }
H1.HeaderClassName
{
color: #CAEADF;
}
.AnyTagClassName
{
color: #CAEADF;
}
</style>
background-color css
<style>
a { background-color: #CAEADF; }
a { background-color: rgb(202,234,223); }
div.DivClassName
{
background-color: #CAEADF;
}
.BgClassName
{
background-color: #CAEADF;
}
</style>
border-color css
<style>
span { border-color: #CAEADF; }
span { border-color: rgb(202,234,223); }
td.TdClassName
{
border-color: #CAEADF;
}
.TagClassName
{
border-color: #CAEADF;
}
</style>