Shades of Mint Tulip #CBEFDD
Tints of Mint Tulip #CBEFDD
RGB
CMYK
RGB Variations
Color information
#CBEFDD (or 0xCBEFDD) is known color: Mint Tulip. HEX triplet: CB, EF and DD. RGB value is (203,239,221). Sum of RGB (Red+Green+Blue) = 203+239+221=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFDD is #341022. Grayscale: #E2E2E2. Windows color (decimal): -3412003 or 14544843. OLE color: 14544843.
HSL color Cylindrical-coordinate representation of color #CBEFDD: hue angle of 150º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEFDD is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 221 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.06 |
| HSL | 150º | 0.53% | 0.87% | - |
| HSV(B) | 150º | 0.15% | 0.94% | - |
| XYZ | 68.55 | 79.65 | 80.17 | - |
| YUV | 226.18 | 125.07 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 221 | 0.15 | 0 | 0.08 | 0.06 | 150 | 0.53 | 0.87 |
| Hex | CB | EF | DD | F | 0 | 8 | 6 | 96 | 35 | 57 |
| Octal | 313 | 357 | 335 | 17 | 0 | 10 | 6 | 226 | 65 | 127 |
| Binary | 11001011 | 11101111 | 11011101 | 1111 | 0 | 1000 | 110 | 10010110 | 110101 | 1010111 |
Color Harmonies of #CBEFDD
Complementary color
Monochromatic Colors of #CBEFDD
Black with #CBEFDD
Text Example
Text Example
White with #CBEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFDD; }
p { color: rgb(203,239,221); }
H1.HeaderClassName
{
color: #CBEFDD;
}
.AnyTagClassName
{
color: #CBEFDD;
}
</style>
background-color css
<style>
a { background-color: #CBEFDD; }
a { background-color: rgb(203,239,221); }
div.DivClassName
{
background-color: #CBEFDD;
}
.BgClassName
{
background-color: #CBEFDD;
}
</style>
border-color css
<style>
span { border-color: #CBEFDD; }
span { border-color: rgb(203,239,221); }
td.TdClassName
{
border-color: #CBEFDD;
}
.TagClassName
{
border-color: #CBEFDD;
}
</style>