Shades of Mint Tulip #CAE7DD
Tints of Mint Tulip #CAE7DD
RGB
CMYK
RGB Variations
Color information
#CAE7DD (or 0xCAE7DD) is known color: Mint Tulip. HEX triplet: CA, E7 and DD. RGB value is (202,231,221). Sum of RGB (Red+Green+Blue) = 202+231+221=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7DD is #351822. Grayscale: #DDDDDD. Windows color (decimal): -3479587 or 14542794. OLE color: 14542794.
HSL color Cylindrical-coordinate representation of color #CAE7DD: hue angle of 159.31º degrees, saturation: 0.38, 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 #CAE7DD is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 231 | 221 | - |
CMYK | 0.13 | 0 | 0.04 | 0.09 |
HSL | 159.31º | 0.38% | 0.85% | - |
HSV(B) | 159.31º | 0.13% | 0.91% | - |
XYZ | 65.98 | 74.93 | 79.39 | - |
YUV | 221.19 | 127.89 | 114.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 231 | 221 | 0.13 | 0 | 0.04 | 0.09 | 159.31 | 0.38 | 0.85 |
Hex | CA | E7 | DD | D | 0 | 4 | 9 | 9F | 26 | 55 |
Octal | 312 | 347 | 335 | 15 | 0 | 4 | 11 | 237 | 46 | 125 |
Binary | 11001010 | 11100111 | 11011101 | 1101 | 0 | 100 | 1001 | 10011111 | 100110 | 1010101 |
Color Harmonies of #CAE7DD
Complementary color
Monochromatic Colors of #CAE7DD
Black with #CAE7DD
Text Example
Text Example
White with #CAE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE7DD; }
p { color: rgb(202,231,221); }
H1.HeaderClassName
{
color: #CAE7DD;
}
.AnyTagClassName
{
color: #CAE7DD;
}
</style>
background-color css
<style>
a { background-color: #CAE7DD; }
a { background-color: rgb(202,231,221); }
div.DivClassName
{
background-color: #CAE7DD;
}
.BgClassName
{
background-color: #CAE7DD;
}
</style>
border-color css
<style>
span { border-color: #CAE7DD; }
span { border-color: rgb(202,231,221); }
td.TdClassName
{
border-color: #CAE7DD;
}
.TagClassName
{
border-color: #CAE7DD;
}
</style>