Shades of Mint Tulip #CDE9DE
Tints of Mint Tulip #CDE9DE
RGB
CMYK
RGB Variations
Color information
#CDE9DE (or 0xCDE9DE) is known color: Mint Tulip. HEX triplet: CD, E9 and DE. RGB value is (205,233,222). Sum of RGB (Red+Green+Blue) = 205+233+222=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9DE is #321621. Grayscale: #DFDFDF. Windows color (decimal): -3282466 or 14608845. OLE color: 14608845.
HSL color Cylindrical-coordinate representation of color #CDE9DE: hue angle of 156.43º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE9DE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 222 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.09 |
| HSL | 156.43º | 0.39% | 0.86% | - |
| HSV(B) | 156.43º | 0.12% | 0.91% | - |
| XYZ | 67.5 | 76.53 | 80.32 | - |
| YUV | 223.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 222 | 0.12 | 0 | 0.05 | 0.09 | 156.43 | 0.39 | 0.86 |
| Hex | CD | E9 | DE | C | 0 | 5 | 9 | 9C | 27 | 56 |
| Octal | 315 | 351 | 336 | 14 | 0 | 5 | 11 | 234 | 47 | 126 |
| Binary | 11001101 | 11101001 | 11011110 | 1100 | 0 | 101 | 1001 | 10011100 | 100111 | 1010110 |
Color Harmonies of #CDE9DE
Complementary color
Monochromatic Colors of #CDE9DE
Black with #CDE9DE
Text Example
Text Example
White with #CDE9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9DE; }
p { color: rgb(205,233,222); }
H1.HeaderClassName
{
color: #CDE9DE;
}
.AnyTagClassName
{
color: #CDE9DE;
}
</style>
background-color css
<style>
a { background-color: #CDE9DE; }
a { background-color: rgb(205,233,222); }
div.DivClassName
{
background-color: #CDE9DE;
}
.BgClassName
{
background-color: #CDE9DE;
}
</style>
border-color css
<style>
span { border-color: #CDE9DE; }
span { border-color: rgb(205,233,222); }
td.TdClassName
{
border-color: #CDE9DE;
}
.TagClassName
{
border-color: #CDE9DE;
}
</style>