Shades of Mint Tulip #CDECDE
Tints of Mint Tulip #CDECDE
RGB
CMYK
RGB Variations
Color information
#CDECDE (or 0xCDECDE) is known color: Mint Tulip. HEX triplet: CD, EC and DE. RGB value is (205,236,222). Sum of RGB (Red+Green+Blue) = 205+236+222=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECDE is #321321. Grayscale: #E1E1E1. Windows color (decimal): -3281698 or 14609613. OLE color: 14609613.
HSL color Cylindrical-coordinate representation of color #CDECDE: hue angle of 152.9º 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 #CDECDE is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 222 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.07 |
| HSL | 152.9º | 0.45% | 0.86% | - |
| HSV(B) | 152.9º | 0.13% | 0.93% | - |
| XYZ | 68.36 | 78.24 | 80.61 | - |
| YUV | 225.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 222 | 0.13 | 0 | 0.06 | 0.07 | 152.9 | 0.45 | 0.86 |
| Hex | CD | EC | DE | D | 0 | 6 | 7 | 99 | 2D | 56 |
| Octal | 315 | 354 | 336 | 15 | 0 | 6 | 7 | 231 | 55 | 126 |
| Binary | 11001101 | 11101100 | 11011110 | 1101 | 0 | 110 | 111 | 10011001 | 101101 | 1010110 |
Color Harmonies of #CDECDE
Complementary color
Monochromatic Colors of #CDECDE
Black with #CDECDE
Text Example
Text Example
White with #CDECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECDE; }
p { color: rgb(205,236,222); }
H1.HeaderClassName
{
color: #CDECDE;
}
.AnyTagClassName
{
color: #CDECDE;
}
</style>
background-color css
<style>
a { background-color: #CDECDE; }
a { background-color: rgb(205,236,222); }
div.DivClassName
{
background-color: #CDECDE;
}
.BgClassName
{
background-color: #CDECDE;
}
</style>
border-color css
<style>
span { border-color: #CDECDE; }
span { border-color: rgb(205,236,222); }
td.TdClassName
{
border-color: #CDECDE;
}
.TagClassName
{
border-color: #CDECDE;
}
</style>