Shades of Mint Tulip #CBEEDF
Tints of Mint Tulip #CBEEDF
RGB
CMYK
RGB Variations
Color information
#CBEEDF (or 0xCBEEDF) is known color: Mint Tulip. HEX triplet: CB, EE and DF. RGB value is (203,238,223). Sum of RGB (Red+Green+Blue) = 203+238+223=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEDF is #341120. Grayscale: #E1E1E1. Windows color (decimal): -3412257 or 14675659. OLE color: 14675659.
HSL color Cylindrical-coordinate representation of color #CBEEDF: hue angle of 154.29º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEEDF is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 223 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.07 |
| HSL | 154.29º | 0.51% | 0.86% | - |
| HSV(B) | 154.29º | 0.15% | 0.93% | - |
| XYZ | 68.52 | 79.17 | 81.48 | - |
| YUV | 225.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 223 | 0.15 | 0 | 0.06 | 0.07 | 154.29 | 0.51 | 0.86 |
| Hex | CB | EE | DF | F | 0 | 6 | 7 | 9A | 33 | 56 |
| Octal | 313 | 356 | 337 | 17 | 0 | 6 | 7 | 232 | 63 | 126 |
| Binary | 11001011 | 11101110 | 11011111 | 1111 | 0 | 110 | 111 | 10011010 | 110011 | 1010110 |
Color Harmonies of #CBEEDF
Complementary color
Monochromatic Colors of #CBEEDF
Black with #CBEEDF
Text Example
Text Example
White with #CBEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEDF; }
p { color: rgb(203,238,223); }
H1.HeaderClassName
{
color: #CBEEDF;
}
.AnyTagClassName
{
color: #CBEEDF;
}
</style>
background-color css
<style>
a { background-color: #CBEEDF; }
a { background-color: rgb(203,238,223); }
div.DivClassName
{
background-color: #CBEEDF;
}
.BgClassName
{
background-color: #CBEEDF;
}
</style>
border-color css
<style>
span { border-color: #CBEEDF; }
span { border-color: rgb(203,238,223); }
td.TdClassName
{
border-color: #CBEEDF;
}
.TagClassName
{
border-color: #CBEEDF;
}
</style>