Shades of Mint Tulip #CAEBDB
Tints of Mint Tulip #CAEBDB
RGB
CMYK
RGB Variations
Color information
#CAEBDB (or 0xCAEBDB) is known color: Mint Tulip. HEX triplet: CA, EB and DB. RGB value is (202,235,219). Sum of RGB (Red+Green+Blue) = 202+235+219=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBDB is #351424. Grayscale: #DFDFDF. Windows color (decimal): -3478565 or 14412746. OLE color: 14412746.
HSL color Cylindrical-coordinate representation of color #CAEBDB: hue angle of 150.91º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEBDB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 235 | 219 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.08 |
| HSL | 150.91º | 0.45% | 0.86% | - |
| HSV(B) | 150.91º | 0.14% | 0.92% | - |
| XYZ | 66.85 | 77.09 | 78.37 | - |
| YUV | 223.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 235 | 219 | 0.14 | 0 | 0.07 | 0.08 | 150.91 | 0.45 | 0.86 |
| Hex | CA | EB | DB | E | 0 | 7 | 8 | 97 | 2D | 56 |
| Octal | 312 | 353 | 333 | 16 | 0 | 7 | 10 | 227 | 55 | 126 |
| Binary | 11001010 | 11101011 | 11011011 | 1110 | 0 | 111 | 1000 | 10010111 | 101101 | 1010110 |
Color Harmonies of #CAEBDB
Complementary color
Monochromatic Colors of #CAEBDB
Black with #CAEBDB
Text Example
Text Example
White with #CAEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEBDB; }
p { color: rgb(202,235,219); }
H1.HeaderClassName
{
color: #CAEBDB;
}
.AnyTagClassName
{
color: #CAEBDB;
}
</style>
background-color css
<style>
a { background-color: #CAEBDB; }
a { background-color: rgb(202,235,219); }
div.DivClassName
{
background-color: #CAEBDB;
}
.BgClassName
{
background-color: #CAEBDB;
}
</style>
border-color css
<style>
span { border-color: #CAEBDB; }
span { border-color: rgb(202,235,219); }
td.TdClassName
{
border-color: #CAEBDB;
}
.TagClassName
{
border-color: #CAEBDB;
}
</style>