Shades of Mint Tulip #CAE7DC
Tints of Mint Tulip #CAE7DC
RGB
CMYK
RGB Variations
Color information
#CAE7DC (or 0xCAE7DC) is known color: Mint Tulip. HEX triplet: CA, E7 and DC. RGB value is (202,231,220). Sum of RGB (Red+Green+Blue) = 202+231+220=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 231 (90.62% from 255 or 35.38% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7DC is #351823. Grayscale: #DDDDDD. Windows color (decimal): -3479588 or 14477258. OLE color: 14477258.
HSL color Cylindrical-coordinate representation of color #CAE7DC: hue angle of 157.24º 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 #CAE7DC is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 231 | 220 | - |
CMYK | 0.13 | 0 | 0.05 | 0.09 |
HSL | 157.24º | 0.38% | 0.85% | - |
HSV(B) | 157.24º | 0.13% | 0.91% | - |
XYZ | 65.85 | 74.88 | 78.69 | - |
YUV | 221.08 | 127.39 | 114.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 231 | 220 | 0.13 | 0 | 0.05 | 0.09 | 157.24 | 0.38 | 0.85 |
Hex | CA | E7 | DC | D | 0 | 5 | 9 | 9D | 26 | 55 |
Octal | 312 | 347 | 334 | 15 | 0 | 5 | 11 | 235 | 46 | 125 |
Binary | 11001010 | 11100111 | 11011100 | 1101 | 0 | 101 | 1001 | 10011101 | 100110 | 1010101 |
Color Harmonies of #CAE7DC
Complementary color
Monochromatic Colors of #CAE7DC
Black with #CAE7DC
Text Example
Text Example
White with #CAE7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE7DC; }
p { color: rgb(202,231,220); }
H1.HeaderClassName
{
color: #CAE7DC;
}
.AnyTagClassName
{
color: #CAE7DC;
}
</style>
background-color css
<style>
a { background-color: #CAE7DC; }
a { background-color: rgb(202,231,220); }
div.DivClassName
{
background-color: #CAE7DC;
}
.BgClassName
{
background-color: #CAE7DC;
}
</style>
border-color css
<style>
span { border-color: #CAE7DC; }
span { border-color: rgb(202,231,220); }
td.TdClassName
{
border-color: #CAE7DC;
}
.TagClassName
{
border-color: #CAE7DC;
}
</style>