Shades of Mint Tulip #CAE9DB
Tints of Mint Tulip #CAE9DB
RGB
CMYK
RGB Variations
Color information
#CAE9DB (or 0xCAE9DB) is known color: Mint Tulip. HEX triplet: CA, E9 and DB. RGB value is (202,233,219). Sum of RGB (Red+Green+Blue) = 202+233+219=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9DB is #351624. Grayscale: #DEDEDE. Windows color (decimal): -3479077 or 14412234. OLE color: 14412234.
HSL color Cylindrical-coordinate representation of color #CAE9DB: hue angle of 152.9º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE9DB is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 233 | 219 | - |
CMYK | 0.13 | 0 | 0.06 | 0.09 |
HSL | 152.9º | 0.41% | 0.85% | - |
HSV(B) | 152.9º | 0.13% | 0.91% | - |
XYZ | 66.28 | 75.95 | 78.18 | - |
YUV | 222.14 | 126.23 | 113.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 233 | 219 | 0.13 | 0 | 0.06 | 0.09 | 152.9 | 0.41 | 0.85 |
Hex | CA | E9 | DB | D | 0 | 6 | 9 | 99 | 29 | 55 |
Octal | 312 | 351 | 333 | 15 | 0 | 6 | 11 | 231 | 51 | 125 |
Binary | 11001010 | 11101001 | 11011011 | 1101 | 0 | 110 | 1001 | 10011001 | 101001 | 1010101 |
Color Harmonies of #CAE9DB
Complementary color
Monochromatic Colors of #CAE9DB
Black with #CAE9DB
Text Example
Text Example
White with #CAE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE9DB; }
p { color: rgb(202,233,219); }
H1.HeaderClassName
{
color: #CAE9DB;
}
.AnyTagClassName
{
color: #CAE9DB;
}
</style>
background-color css
<style>
a { background-color: #CAE9DB; }
a { background-color: rgb(202,233,219); }
div.DivClassName
{
background-color: #CAE9DB;
}
.BgClassName
{
background-color: #CAE9DB;
}
</style>
border-color css
<style>
span { border-color: #CAE9DB; }
span { border-color: rgb(202,233,219); }
td.TdClassName
{
border-color: #CAE9DB;
}
.TagClassName
{
border-color: #CAE9DB;
}
</style>