Shades of Mint Tulip #CDEBDD
Tints of Mint Tulip #CDEBDD
RGB
CMYK
RGB Variations
Color information
#CDEBDD (or 0xCDEBDD) is known color: Mint Tulip. HEX triplet: CD, EB and DD. RGB value is (205,235,221). Sum of RGB (Red+Green+Blue) = 205+235+221=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBDD is #321422. Grayscale: #E0E0E0. Windows color (decimal): -3281955 or 14543821. OLE color: 14543821.
HSL color Cylindrical-coordinate representation of color #CDEBDD: hue angle of 152º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDEBDD is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 221 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.08 |
| HSL | 152º | 0.43% | 0.86% | - |
| HSV(B) | 152º | 0.13% | 0.92% | - |
| XYZ | 67.94 | 77.62 | 79.81 | - |
| YUV | 224.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 221 | 0.13 | 0 | 0.06 | 0.08 | 152 | 0.43 | 0.86 |
| Hex | CD | EB | DD | D | 0 | 6 | 8 | 98 | 2B | 56 |
| Octal | 315 | 353 | 335 | 15 | 0 | 6 | 10 | 230 | 53 | 126 |
| Binary | 11001101 | 11101011 | 11011101 | 1101 | 0 | 110 | 1000 | 10011000 | 101011 | 1010110 |
Color Harmonies of #CDEBDD
Complementary color
Monochromatic Colors of #CDEBDD
Black with #CDEBDD
Text Example
Text Example
White with #CDEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBDD; }
p { color: rgb(205,235,221); }
H1.HeaderClassName
{
color: #CDEBDD;
}
.AnyTagClassName
{
color: #CDEBDD;
}
</style>
background-color css
<style>
a { background-color: #CDEBDD; }
a { background-color: rgb(205,235,221); }
div.DivClassName
{
background-color: #CDEBDD;
}
.BgClassName
{
background-color: #CDEBDD;
}
</style>
border-color css
<style>
span { border-color: #CDEBDD; }
span { border-color: rgb(205,235,221); }
td.TdClassName
{
border-color: #CDEBDD;
}
.TagClassName
{
border-color: #CDEBDD;
}
</style>