Shades of Mint Tulip #CBECDC
Tints of Mint Tulip #CBECDC
RGB
CMYK
RGB Variations
Color information
#CBECDC (or 0xCBECDC) is known color: Mint Tulip. HEX triplet: CB, EC and DC. RGB value is (203,236,220). Sum of RGB (Red+Green+Blue) = 203+236+220=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECDC is #341323. Grayscale: #E0E0E0. Windows color (decimal): -3412772 or 14478539. OLE color: 14478539.
HSL color Cylindrical-coordinate representation of color #CBECDC: hue angle of 150.91º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBECDC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 220 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.07 |
| HSL | 150.91º | 0.46% | 0.86% | - |
| HSV(B) | 150.91º | 0.14% | 0.93% | - |
| XYZ | 67.54 | 77.85 | 79.18 | - |
| YUV | 224.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 220 | 0.14 | 0 | 0.07 | 0.07 | 150.91 | 0.46 | 0.86 |
| Hex | CB | EC | DC | E | 0 | 7 | 7 | 97 | 2E | 56 |
| Octal | 313 | 354 | 334 | 16 | 0 | 7 | 7 | 227 | 56 | 126 |
| Binary | 11001011 | 11101100 | 11011100 | 1110 | 0 | 111 | 111 | 10010111 | 101110 | 1010110 |
Color Harmonies of #CBECDC
Complementary color
Monochromatic Colors of #CBECDC
Black with #CBECDC
Text Example
Text Example
White with #CBECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECDC; }
p { color: rgb(203,236,220); }
H1.HeaderClassName
{
color: #CBECDC;
}
.AnyTagClassName
{
color: #CBECDC;
}
</style>
background-color css
<style>
a { background-color: #CBECDC; }
a { background-color: rgb(203,236,220); }
div.DivClassName
{
background-color: #CBECDC;
}
.BgClassName
{
background-color: #CBECDC;
}
</style>
border-color css
<style>
span { border-color: #CBECDC; }
span { border-color: rgb(203,236,220); }
td.TdClassName
{
border-color: #CBECDC;
}
.TagClassName
{
border-color: #CBECDC;
}
</style>