Shades of Mint Tulip #CAF1DD
Tints of Mint Tulip #CAF1DD
RGB
CMYK
RGB Variations
Color information
#CAF1DD (or 0xCAF1DD) is known color: Mint Tulip. HEX triplet: CA, F1 and DD. RGB value is (202,241,221). Sum of RGB (Red+Green+Blue) = 202+241+221=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1DD is #350E22. Grayscale: #E3E3E3. Windows color (decimal): -3477027 or 14545354. OLE color: 14545354.
HSL color Cylindrical-coordinate representation of color #CAF1DD: hue angle of 149.23º 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 #CAF1DD is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 221 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.05 |
| HSL | 149.23º | 0.58% | 0.87% | - |
| HSV(B) | 149.23º | 0.16% | 0.95% | - |
| XYZ | 68.86 | 80.69 | 80.35 | - |
| YUV | 227.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 221 | 0.16 | 0 | 0.08 | 0.05 | 149.23 | 0.58 | 0.87 |
| Hex | CA | F1 | DD | 10 | 0 | 8 | 5 | 95 | 3A | 57 |
| Octal | 312 | 361 | 335 | 20 | 0 | 10 | 5 | 225 | 72 | 127 |
| Binary | 11001010 | 11110001 | 11011101 | 10000 | 0 | 1000 | 101 | 10010101 | 111010 | 1010111 |
Color Harmonies of #CAF1DD
Complementary color
Monochromatic Colors of #CAF1DD
Black with #CAF1DD
Text Example
Text Example
White with #CAF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1DD; }
p { color: rgb(202,241,221); }
H1.HeaderClassName
{
color: #CAF1DD;
}
.AnyTagClassName
{
color: #CAF1DD;
}
</style>
background-color css
<style>
a { background-color: #CAF1DD; }
a { background-color: rgb(202,241,221); }
div.DivClassName
{
background-color: #CAF1DD;
}
.BgClassName
{
background-color: #CAF1DD;
}
</style>
border-color css
<style>
span { border-color: #CAF1DD; }
span { border-color: rgb(202,241,221); }
td.TdClassName
{
border-color: #CAF1DD;
}
.TagClassName
{
border-color: #CAF1DD;
}
</style>