Shades of Mint Tulip #CDE9DC
Tints of Mint Tulip #CDE9DC
RGB
CMYK
RGB Variations
Color information
#CDE9DC (or 0xCDE9DC) is known color: Mint Tulip. HEX triplet: CD, E9 and DC. RGB value is (205,233,220). Sum of RGB (Red+Green+Blue) = 205+233+220=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9DC is #321623. Grayscale: #DFDFDF. Windows color (decimal): -3282468 or 14477773. OLE color: 14477773.
HSL color Cylindrical-coordinate representation of color #CDE9DC: hue angle of 152.14º 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 #CDE9DC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 220 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.09 |
| HSL | 152.14º | 0.39% | 0.86% | - |
| HSV(B) | 152.14º | 0.12% | 0.91% | - |
| XYZ | 67.23 | 76.42 | 78.92 | - |
| YUV | 223.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 220 | 0.12 | 0 | 0.06 | 0.09 | 152.14 | 0.39 | 0.86 |
| Hex | CD | E9 | DC | C | 0 | 6 | 9 | 98 | 27 | 56 |
| Octal | 315 | 351 | 334 | 14 | 0 | 6 | 11 | 230 | 47 | 126 |
| Binary | 11001101 | 11101001 | 11011100 | 1100 | 0 | 110 | 1001 | 10011000 | 100111 | 1010110 |
Color Harmonies of #CDE9DC
Complementary color
Monochromatic Colors of #CDE9DC
Black with #CDE9DC
Text Example
Text Example
White with #CDE9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9DC; }
p { color: rgb(205,233,220); }
H1.HeaderClassName
{
color: #CDE9DC;
}
.AnyTagClassName
{
color: #CDE9DC;
}
</style>
background-color css
<style>
a { background-color: #CDE9DC; }
a { background-color: rgb(205,233,220); }
div.DivClassName
{
background-color: #CDE9DC;
}
.BgClassName
{
background-color: #CDE9DC;
}
</style>
border-color css
<style>
span { border-color: #CDE9DC; }
span { border-color: rgb(205,233,220); }
td.TdClassName
{
border-color: #CDE9DC;
}
.TagClassName
{
border-color: #CDE9DC;
}
</style>