Shades of Mint Tulip #CAEADD
Tints of Mint Tulip #CAEADD
RGB
CMYK
RGB Variations
Color information
#CAEADD (or 0xCAEADD) is known color: Mint Tulip. HEX triplet: CA, EA and DD. RGB value is (202,234,221). Sum of RGB (Red+Green+Blue) = 202+234+221=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEADD is #351522. Grayscale: #DEDEDE. Windows color (decimal): -3478819 or 14543562. OLE color: 14543562.
HSL color Cylindrical-coordinate representation of color #CAEADD: hue angle of 155.62º 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 #CAEADD is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 221 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.08 |
| HSL | 155.63º | 0.43% | 0.85% | - |
| HSV(B) | 155.63º | 0.14% | 0.92% | - |
| XYZ | 66.83 | 76.62 | 79.67 | - |
| YUV | 222.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 221 | 0.14 | 0 | 0.06 | 0.08 | 155.63 | 0.43 | 0.85 |
| Hex | CA | EA | DD | E | 0 | 6 | 8 | 9C | 2B | 55 |
| Octal | 312 | 352 | 335 | 16 | 0 | 6 | 10 | 234 | 53 | 125 |
| Binary | 11001010 | 11101010 | 11011101 | 1110 | 0 | 110 | 1000 | 10011100 | 101011 | 1010101 |
Color Harmonies of #CAEADD
Complementary color
Monochromatic Colors of #CAEADD
Black with #CAEADD
Text Example
Text Example
White with #CAEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEADD; }
p { color: rgb(202,234,221); }
H1.HeaderClassName
{
color: #CAEADD;
}
.AnyTagClassName
{
color: #CAEADD;
}
</style>
background-color css
<style>
a { background-color: #CAEADD; }
a { background-color: rgb(202,234,221); }
div.DivClassName
{
background-color: #CAEADD;
}
.BgClassName
{
background-color: #CAEADD;
}
</style>
border-color css
<style>
span { border-color: #CAEADD; }
span { border-color: rgb(202,234,221); }
td.TdClassName
{
border-color: #CAEADD;
}
.TagClassName
{
border-color: #CAEADD;
}
</style>