Shades of Mint Tulip #CBEBE0
Tints of Mint Tulip #CBEBE0
RGB
CMYK
RGB Variations
Color information
#CBEBE0 (or 0xCBEBE0) is known color: Mint Tulip. HEX triplet: CB, EB and E0. RGB value is (203,235,224). Sum of RGB (Red+Green+Blue) = 203+235+224=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBE0 is #34141F. Grayscale: #E0E0E0. Windows color (decimal): -3413024 or 14740427. OLE color: 14740427.
HSL color Cylindrical-coordinate representation of color #CBEBE0: hue angle of 159.38º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEBE0 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 224 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.08 |
| HSL | 159.38º | 0.44% | 0.86% | - |
| HSV(B) | 159.38º | 0.14% | 0.92% | - |
| XYZ | 67.79 | 77.49 | 81.91 | - |
| YUV | 224.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 224 | 0.14 | 0 | 0.05 | 0.08 | 159.38 | 0.44 | 0.86 |
| Hex | CB | EB | E0 | E | 0 | 5 | 8 | 9F | 2C | 56 |
| Octal | 313 | 353 | 340 | 16 | 0 | 5 | 10 | 237 | 54 | 126 |
| Binary | 11001011 | 11101011 | 11100000 | 1110 | 0 | 101 | 1000 | 10011111 | 101100 | 1010110 |
Color Harmonies of #CBEBE0
Complementary color
Monochromatic Colors of #CBEBE0
Black with #CBEBE0
Text Example
Text Example
White with #CBEBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBE0; }
p { color: rgb(203,235,224); }
H1.HeaderClassName
{
color: #CBEBE0;
}
.AnyTagClassName
{
color: #CBEBE0;
}
</style>
background-color css
<style>
a { background-color: #CBEBE0; }
a { background-color: rgb(203,235,224); }
div.DivClassName
{
background-color: #CBEBE0;
}
.BgClassName
{
background-color: #CBEBE0;
}
</style>
border-color css
<style>
span { border-color: #CBEBE0; }
span { border-color: rgb(203,235,224); }
td.TdClassName
{
border-color: #CBEBE0;
}
.TagClassName
{
border-color: #CBEBE0;
}
</style>