Shades of Mint Tulip #CDE8DD
Tints of Mint Tulip #CDE8DD
RGB
CMYK
RGB Variations
Color information
#CDE8DD (or 0xCDE8DD) is known color: Mint Tulip. HEX triplet: CD, E8 and DD. RGB value is (205,232,221). Sum of RGB (Red+Green+Blue) = 205+232+221=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8DD is #321722. Grayscale: #DEDEDE. Windows color (decimal): -3282723 or 14543053. OLE color: 14543053.
HSL color Cylindrical-coordinate representation of color #CDE8DD: hue angle of 155.56º 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 #CDE8DD is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 221 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.09 |
| HSL | 155.56º | 0.37% | 0.86% | - |
| HSV(B) | 155.56º | 0.12% | 0.91% | - |
| XYZ | 67.08 | 75.91 | 79.52 | - |
| YUV | 222.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 221 | 0.12 | 0 | 0.05 | 0.09 | 155.56 | 0.37 | 0.86 |
| Hex | CD | E8 | DD | C | 0 | 5 | 9 | 9C | 25 | 56 |
| Octal | 315 | 350 | 335 | 14 | 0 | 5 | 11 | 234 | 45 | 126 |
| Binary | 11001101 | 11101000 | 11011101 | 1100 | 0 | 101 | 1001 | 10011100 | 100101 | 1010110 |
Color Harmonies of #CDE8DD
Complementary color
Monochromatic Colors of #CDE8DD
Black with #CDE8DD
Text Example
Text Example
White with #CDE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8DD; }
p { color: rgb(205,232,221); }
H1.HeaderClassName
{
color: #CDE8DD;
}
.AnyTagClassName
{
color: #CDE8DD;
}
</style>
background-color css
<style>
a { background-color: #CDE8DD; }
a { background-color: rgb(205,232,221); }
div.DivClassName
{
background-color: #CDE8DD;
}
.BgClassName
{
background-color: #CDE8DD;
}
</style>
border-color css
<style>
span { border-color: #CDE8DD; }
span { border-color: rgb(205,232,221); }
td.TdClassName
{
border-color: #CDE8DD;
}
.TagClassName
{
border-color: #CDE8DD;
}
</style>