Shades of Mint Tulip #CAF1DF
Tints of Mint Tulip #CAF1DF
RGB
CMYK
RGB Variations
Color information
#CAF1DF (or 0xCAF1DF) is known color: Mint Tulip. HEX triplet: CA, F1 and DF. RGB value is (202,241,223). Sum of RGB (Red+Green+Blue) = 202+241+223=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1DF is #350E20. Grayscale: #E3E3E3. Windows color (decimal): -3477025 or 14676426. OLE color: 14676426.
HSL color Cylindrical-coordinate representation of color #CAF1DF: hue angle of 152.31º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1DF is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 223 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.05 |
| HSL | 152.31º | 0.58% | 0.87% | - |
| HSV(B) | 152.31º | 0.16% | 0.95% | - |
| XYZ | 69.13 | 80.79 | 81.76 | - |
| YUV | 227.29 | 125.58 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 223 | 0.16 | 0 | 0.07 | 0.05 | 152.31 | 0.58 | 0.87 |
| Hex | CA | F1 | DF | 10 | 0 | 7 | 5 | 98 | 3A | 57 |
| Octal | 312 | 361 | 337 | 20 | 0 | 7 | 5 | 230 | 72 | 127 |
| Binary | 11001010 | 11110001 | 11011111 | 10000 | 0 | 111 | 101 | 10011000 | 111010 | 1010111 |
Color Harmonies of #CAF1DF
Complementary color
Monochromatic Colors of #CAF1DF
Black with #CAF1DF
Text Example
Text Example
White with #CAF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1DF; }
p { color: rgb(202,241,223); }
H1.HeaderClassName
{
color: #CAF1DF;
}
.AnyTagClassName
{
color: #CAF1DF;
}
</style>
background-color css
<style>
a { background-color: #CAF1DF; }
a { background-color: rgb(202,241,223); }
div.DivClassName
{
background-color: #CAF1DF;
}
.BgClassName
{
background-color: #CAF1DF;
}
</style>
border-color css
<style>
span { border-color: #CAF1DF; }
span { border-color: rgb(202,241,223); }
td.TdClassName
{
border-color: #CAF1DF;
}
.TagClassName
{
border-color: #CAF1DF;
}
</style>