Shades of Mint Tulip #CAEADE
Tints of Mint Tulip #CAEADE
RGB
CMYK
RGB Variations
Color information
#CAEADE (or 0xCAEADE) is known color: Mint Tulip. HEX triplet: CA, EA and DE. RGB value is (202,234,222). Sum of RGB (Red+Green+Blue) = 202+234+222=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEADE is #351521. Grayscale: #DFDFDF. Windows color (decimal): -3478818 or 14609098. OLE color: 14609098.
HSL color Cylindrical-coordinate representation of color #CAEADE: hue angle of 157.5º 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 #CAEADE is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 222 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.08 |
| HSL | 157.5º | 0.43% | 0.85% | - |
| HSV(B) | 157.5º | 0.14% | 0.92% | - |
| XYZ | 66.96 | 76.68 | 80.38 | - |
| YUV | 223.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 222 | 0.14 | 0 | 0.05 | 0.08 | 157.5 | 0.43 | 0.85 |
| Hex | CA | EA | DE | E | 0 | 5 | 8 | 9E | 2B | 55 |
| Octal | 312 | 352 | 336 | 16 | 0 | 5 | 10 | 236 | 53 | 125 |
| Binary | 11001010 | 11101010 | 11011110 | 1110 | 0 | 101 | 1000 | 10011110 | 101011 | 1010101 |
Color Harmonies of #CAEADE
Complementary color
Monochromatic Colors of #CAEADE
Black with #CAEADE
Text Example
Text Example
White with #CAEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEADE; }
p { color: rgb(202,234,222); }
H1.HeaderClassName
{
color: #CAEADE;
}
.AnyTagClassName
{
color: #CAEADE;
}
</style>
background-color css
<style>
a { background-color: #CAEADE; }
a { background-color: rgb(202,234,222); }
div.DivClassName
{
background-color: #CAEADE;
}
.BgClassName
{
background-color: #CAEADE;
}
</style>
border-color css
<style>
span { border-color: #CAEADE; }
span { border-color: rgb(202,234,222); }
td.TdClassName
{
border-color: #CAEADE;
}
.TagClassName
{
border-color: #CAEADE;
}
</style>