Shades of Mint Tulip #CBEADC
Tints of Mint Tulip #CBEADC
RGB
CMYK
RGB Variations
Color information
#CBEADC (or 0xCBEADC) is known color: Mint Tulip. HEX triplet: CB, EA and DC. RGB value is (203,234,220). Sum of RGB (Red+Green+Blue) = 203+234+220=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEADC is #341523. Grayscale: #DFDFDF. Windows color (decimal): -3413284 or 14478027. OLE color: 14478027.
HSL color Cylindrical-coordinate representation of color #CBEADC: hue angle of 152.9º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBEADC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 220 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.08 |
| HSL | 152.9º | 0.42% | 0.86% | - |
| HSV(B) | 152.9º | 0.13% | 0.92% | - |
| XYZ | 66.97 | 76.71 | 78.99 | - |
| YUV | 223.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 220 | 0.13 | 0 | 0.06 | 0.08 | 152.9 | 0.42 | 0.86 |
| Hex | CB | EA | DC | D | 0 | 6 | 8 | 99 | 2A | 56 |
| Octal | 313 | 352 | 334 | 15 | 0 | 6 | 10 | 231 | 52 | 126 |
| Binary | 11001011 | 11101010 | 11011100 | 1101 | 0 | 110 | 1000 | 10011001 | 101010 | 1010110 |
Color Harmonies of #CBEADC
Complementary color
Monochromatic Colors of #CBEADC
Black with #CBEADC
Text Example
Text Example
White with #CBEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEADC; }
p { color: rgb(203,234,220); }
H1.HeaderClassName
{
color: #CBEADC;
}
.AnyTagClassName
{
color: #CBEADC;
}
</style>
background-color css
<style>
a { background-color: #CBEADC; }
a { background-color: rgb(203,234,220); }
div.DivClassName
{
background-color: #CBEADC;
}
.BgClassName
{
background-color: #CBEADC;
}
</style>
border-color css
<style>
span { border-color: #CBEADC; }
span { border-color: rgb(203,234,220); }
td.TdClassName
{
border-color: #CBEADC;
}
.TagClassName
{
border-color: #CBEADC;
}
</style>