Shades of Mint Tulip #CAEDDD
Tints of Mint Tulip #CAEDDD
RGB
CMYK
RGB Variations
Color information
#CAEDDD (or 0xCAEDDD) is known color: Mint Tulip. HEX triplet: CA, ED and DD. RGB value is (202,237,221). Sum of RGB (Red+Green+Blue) = 202+237+221=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDDD is #351222. Grayscale: #E0E0E0. Windows color (decimal): -3478051 or 14544330. OLE color: 14544330.
HSL color Cylindrical-coordinate representation of color #CAEDDD: hue angle of 152.57º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEDDD is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 221 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.07 |
| HSL | 152.57º | 0.49% | 0.86% | - |
| HSV(B) | 152.57º | 0.15% | 0.93% | - |
| XYZ | 67.69 | 78.35 | 79.96 | - |
| YUV | 224.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 221 | 0.15 | 0 | 0.07 | 0.07 | 152.57 | 0.49 | 0.86 |
| Hex | CA | ED | DD | F | 0 | 7 | 7 | 99 | 31 | 56 |
| Octal | 312 | 355 | 335 | 17 | 0 | 7 | 7 | 231 | 61 | 126 |
| Binary | 11001010 | 11101101 | 11011101 | 1111 | 0 | 111 | 111 | 10011001 | 110001 | 1010110 |
Color Harmonies of #CAEDDD
Complementary color
Monochromatic Colors of #CAEDDD
Black with #CAEDDD
Text Example
Text Example
White with #CAEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDDD; }
p { color: rgb(202,237,221); }
H1.HeaderClassName
{
color: #CAEDDD;
}
.AnyTagClassName
{
color: #CAEDDD;
}
</style>
background-color css
<style>
a { background-color: #CAEDDD; }
a { background-color: rgb(202,237,221); }
div.DivClassName
{
background-color: #CAEDDD;
}
.BgClassName
{
background-color: #CAEDDD;
}
</style>
border-color css
<style>
span { border-color: #CAEDDD; }
span { border-color: rgb(202,237,221); }
td.TdClassName
{
border-color: #CAEDDD;
}
.TagClassName
{
border-color: #CAEDDD;
}
</style>