Shades of Mint Tulip #CAE6DC
Tints of Mint Tulip #CAE6DC
RGB
CMYK
RGB Variations
Color information
#CAE6DC (or 0xCAE6DC) is known color: Mint Tulip. HEX triplet: CA, E6 and DC. RGB value is (202,230,220). Sum of RGB (Red+Green+Blue) = 202+230+220=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6DC is #351923. Grayscale: #DCDCDC. Windows color (decimal): -3479844 or 14477002. OLE color: 14477002.
HSL color Cylindrical-coordinate representation of color #CAE6DC: hue angle of 158.57º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE6DC is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 220 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.10 |
| HSL | 158.57º | 0.36% | 0.85% | - |
| HSV(B) | 158.57º | 0.12% | 0.9% | - |
| XYZ | 65.57 | 74.32 | 78.6 | - |
| YUV | 220.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 220 | 0.12 | 0 | 0.04 | 0.10 | 158.57 | 0.36 | 0.85 |
| Hex | CA | E6 | DC | C | 0 | 4 | A | 9F | 24 | 55 |
| Octal | 312 | 346 | 334 | 14 | 0 | 4 | 12 | 237 | 44 | 125 |
| Binary | 11001010 | 11100110 | 11011100 | 1100 | 0 | 100 | 1010 | 10011111 | 100100 | 1010101 |
Color Harmonies of #CAE6DC
Complementary color
Monochromatic Colors of #CAE6DC
Black with #CAE6DC
Text Example
Text Example
White with #CAE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6DC; }
p { color: rgb(202,230,220); }
H1.HeaderClassName
{
color: #CAE6DC;
}
.AnyTagClassName
{
color: #CAE6DC;
}
</style>
background-color css
<style>
a { background-color: #CAE6DC; }
a { background-color: rgb(202,230,220); }
div.DivClassName
{
background-color: #CAE6DC;
}
.BgClassName
{
background-color: #CAE6DC;
}
</style>
border-color css
<style>
span { border-color: #CAE6DC; }
span { border-color: rgb(202,230,220); }
td.TdClassName
{
border-color: #CAE6DC;
}
.TagClassName
{
border-color: #CAE6DC;
}
</style>