Shades of Mint Tulip #CAE8DB
Tints of Mint Tulip #CAE8DB
RGB
CMYK
RGB Variations
Color information
#CAE8DB (or 0xCAE8DB) is known color: Mint Tulip. HEX triplet: CA, E8 and DB. RGB value is (202,232,219). Sum of RGB (Red+Green+Blue) = 202+232+219=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8DB is #351724. Grayscale: #DDDDDD. Windows color (decimal): -3479333 or 14411978. OLE color: 14411978.
HSL color Cylindrical-coordinate representation of color #CAE8DB: hue angle of 154º degrees, saturation: 0.39, 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 #CAE8DB is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 232 | 219 | - |
CMYK | 0.13 | 0 | 0.06 | 0.09 |
HSL | 154º | 0.39% | 0.85% | - |
HSV(B) | 154º | 0.13% | 0.91% | - |
XYZ | 66 | 75.38 | 78.09 | - |
YUV | 221.55 | 126.56 | 114.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 232 | 219 | 0.13 | 0 | 0.06 | 0.09 | 154 | 0.39 | 0.85 |
Hex | CA | E8 | DB | D | 0 | 6 | 9 | 9A | 27 | 55 |
Octal | 312 | 350 | 333 | 15 | 0 | 6 | 11 | 232 | 47 | 125 |
Binary | 11001010 | 11101000 | 11011011 | 1101 | 0 | 110 | 1001 | 10011010 | 100111 | 1010101 |
Color Harmonies of #CAE8DB
Complementary color
Monochromatic Colors of #CAE8DB
Black with #CAE8DB
Text Example
Text Example
White with #CAE8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE8DB; }
p { color: rgb(202,232,219); }
H1.HeaderClassName
{
color: #CAE8DB;
}
.AnyTagClassName
{
color: #CAE8DB;
}
</style>
background-color css
<style>
a { background-color: #CAE8DB; }
a { background-color: rgb(202,232,219); }
div.DivClassName
{
background-color: #CAE8DB;
}
.BgClassName
{
background-color: #CAE8DB;
}
</style>
border-color css
<style>
span { border-color: #CAE8DB; }
span { border-color: rgb(202,232,219); }
td.TdClassName
{
border-color: #CAE8DB;
}
.TagClassName
{
border-color: #CAE8DB;
}
</style>