Shades of Mint Tulip #CDECDD
Tints of Mint Tulip #CDECDD
RGB
CMYK
RGB Variations
Color information
#CDECDD (or 0xCDECDD) is known color: Mint Tulip. HEX triplet: CD, EC and DD. RGB value is (205,236,221). Sum of RGB (Red+Green+Blue) = 205+236+221=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECDD is #321322. Grayscale: #E1E1E1. Windows color (decimal): -3281699 or 14544077. OLE color: 14544077.
HSL color Cylindrical-coordinate representation of color #CDECDD: hue angle of 150.97º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDECDD is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 221 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.07 |
| HSL | 150.97º | 0.45% | 0.86% | - |
| HSV(B) | 150.97º | 0.13% | 0.93% | - |
| XYZ | 68.22 | 78.19 | 79.9 | - |
| YUV | 225.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 221 | 0.13 | 0 | 0.06 | 0.07 | 150.97 | 0.45 | 0.86 |
| Hex | CD | EC | DD | D | 0 | 6 | 7 | 97 | 2D | 56 |
| Octal | 315 | 354 | 335 | 15 | 0 | 6 | 7 | 227 | 55 | 126 |
| Binary | 11001101 | 11101100 | 11011101 | 1101 | 0 | 110 | 111 | 10010111 | 101101 | 1010110 |
Color Harmonies of #CDECDD
Complementary color
Monochromatic Colors of #CDECDD
Black with #CDECDD
Text Example
Text Example
White with #CDECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECDD; }
p { color: rgb(205,236,221); }
H1.HeaderClassName
{
color: #CDECDD;
}
.AnyTagClassName
{
color: #CDECDD;
}
</style>
background-color css
<style>
a { background-color: #CDECDD; }
a { background-color: rgb(205,236,221); }
div.DivClassName
{
background-color: #CDECDD;
}
.BgClassName
{
background-color: #CDECDD;
}
</style>
border-color css
<style>
span { border-color: #CDECDD; }
span { border-color: rgb(205,236,221); }
td.TdClassName
{
border-color: #CDECDD;
}
.TagClassName
{
border-color: #CDECDD;
}
</style>