Shades of Mint Tulip #CDE8DC
Tints of Mint Tulip #CDE8DC
RGB
CMYK
RGB Variations
Color information
#CDE8DC (or 0xCDE8DC) is known color: Mint Tulip. HEX triplet: CD, E8 and DC. RGB value is (205,232,220). Sum of RGB (Red+Green+Blue) = 205+232+220=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8DC is #321723. Grayscale: #DEDEDE. Windows color (decimal): -3282724 or 14477517. OLE color: 14477517.
HSL color Cylindrical-coordinate representation of color #CDE8DC: hue angle of 153.33º degrees, saturation: 0.37, 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 #CDE8DC is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 220 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.09 |
| HSL | 153.33º | 0.37% | 0.86% | - |
| HSV(B) | 153.33º | 0.12% | 0.91% | - |
| XYZ | 66.95 | 75.86 | 78.82 | - |
| YUV | 222.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 220 | 0.12 | 0 | 0.05 | 0.09 | 153.33 | 0.37 | 0.86 |
| Hex | CD | E8 | DC | C | 0 | 5 | 9 | 99 | 25 | 56 |
| Octal | 315 | 350 | 334 | 14 | 0 | 5 | 11 | 231 | 45 | 126 |
| Binary | 11001101 | 11101000 | 11011100 | 1100 | 0 | 101 | 1001 | 10011001 | 100101 | 1010110 |
Color Harmonies of #CDE8DC
Complementary color
Monochromatic Colors of #CDE8DC
Black with #CDE8DC
Text Example
Text Example
White with #CDE8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8DC; }
p { color: rgb(205,232,220); }
H1.HeaderClassName
{
color: #CDE8DC;
}
.AnyTagClassName
{
color: #CDE8DC;
}
</style>
background-color css
<style>
a { background-color: #CDE8DC; }
a { background-color: rgb(205,232,220); }
div.DivClassName
{
background-color: #CDE8DC;
}
.BgClassName
{
background-color: #CDE8DC;
}
</style>
border-color css
<style>
span { border-color: #CDE8DC; }
span { border-color: rgb(205,232,220); }
td.TdClassName
{
border-color: #CDE8DC;
}
.TagClassName
{
border-color: #CDE8DC;
}
</style>