Shades of Mint Tulip #CBE8DB
Tints of Mint Tulip #CBE8DB
RGB
CMYK
RGB Variations
Color information
#CBE8DB (or 0xCBE8DB) is known color: Mint Tulip. HEX triplet: CB, E8 and DB. RGB value is (203,232,219). Sum of RGB (Red+Green+Blue) = 203+232+219=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8DB is #341724. Grayscale: #DDDDDD. Windows color (decimal): -3413797 or 14411979. OLE color: 14411979.
HSL color Cylindrical-coordinate representation of color #CBE8DB: hue angle of 153.1º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE8DB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 219 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.09 |
| HSL | 153.1º | 0.39% | 0.85% | - |
| HSV(B) | 153.1º | 0.13% | 0.91% | - |
| XYZ | 66.27 | 75.52 | 78.1 | - |
| YUV | 221.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 219 | 0.12 | 0 | 0.06 | 0.09 | 153.1 | 0.39 | 0.85 |
| Hex | CB | E8 | DB | C | 0 | 6 | 9 | 99 | 27 | 55 |
| Octal | 313 | 350 | 333 | 14 | 0 | 6 | 11 | 231 | 47 | 125 |
| Binary | 11001011 | 11101000 | 11011011 | 1100 | 0 | 110 | 1001 | 10011001 | 100111 | 1010101 |
Color Harmonies of #CBE8DB
Complementary color
Monochromatic Colors of #CBE8DB
Black with #CBE8DB
Text Example
Text Example
White with #CBE8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE8DB; }
p { color: rgb(203,232,219); }
H1.HeaderClassName
{
color: #CBE8DB;
}
.AnyTagClassName
{
color: #CBE8DB;
}
</style>
background-color css
<style>
a { background-color: #CBE8DB; }
a { background-color: rgb(203,232,219); }
div.DivClassName
{
background-color: #CBE8DB;
}
.BgClassName
{
background-color: #CBE8DB;
}
</style>
border-color css
<style>
span { border-color: #CBE8DB; }
span { border-color: rgb(203,232,219); }
td.TdClassName
{
border-color: #CBE8DB;
}
.TagClassName
{
border-color: #CBE8DB;
}
</style>