Shades of Mint Tulip #CBF0DD
Tints of Mint Tulip #CBF0DD
RGB
CMYK
RGB Variations
Color information
#CBF0DD (or 0xCBF0DD) is known color: Mint Tulip. HEX triplet: CB, F0 and DD. RGB value is (203,240,221). Sum of RGB (Red+Green+Blue) = 203+240+221=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF0DD is #340F22. Grayscale: #E2E2E2. Windows color (decimal): -3411747 or 14545099. OLE color: 14545099.
HSL color Cylindrical-coordinate representation of color #CBF0DD: hue angle of 149.19º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBF0DD is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 221 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.06 |
| HSL | 149.19º | 0.55% | 0.87% | - |
| HSV(B) | 149.19º | 0.15% | 0.94% | - |
| XYZ | 68.84 | 80.24 | 80.27 | - |
| YUV | 226.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 221 | 0.15 | 0 | 0.08 | 0.06 | 149.19 | 0.55 | 0.87 |
| Hex | CB | F0 | DD | F | 0 | 8 | 6 | 95 | 37 | 57 |
| Octal | 313 | 360 | 335 | 17 | 0 | 10 | 6 | 225 | 67 | 127 |
| Binary | 11001011 | 11110000 | 11011101 | 1111 | 0 | 1000 | 110 | 10010101 | 110111 | 1010111 |
Color Harmonies of #CBF0DD
Complementary color
Monochromatic Colors of #CBF0DD
Black with #CBF0DD
Text Example
Text Example
White with #CBF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF0DD; }
p { color: rgb(203,240,221); }
H1.HeaderClassName
{
color: #CBF0DD;
}
.AnyTagClassName
{
color: #CBF0DD;
}
</style>
background-color css
<style>
a { background-color: #CBF0DD; }
a { background-color: rgb(203,240,221); }
div.DivClassName
{
background-color: #CBF0DD;
}
.BgClassName
{
background-color: #CBF0DD;
}
</style>
border-color css
<style>
span { border-color: #CBF0DD; }
span { border-color: rgb(203,240,221); }
td.TdClassName
{
border-color: #CBF0DD;
}
.TagClassName
{
border-color: #CBF0DD;
}
</style>