Shades of Mint Tulip #CDECDF
Tints of Mint Tulip #CDECDF
RGB
CMYK
RGB Variations
Color information
#CDECDF (or 0xCDECDF) is known color: Mint Tulip. HEX triplet: CD, EC and DF. RGB value is (205,236,223). Sum of RGB (Red+Green+Blue) = 205+236+223=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECDF is #321320. Grayscale: #E1E1E1. Windows color (decimal): -3281697 or 14675149. OLE color: 14675149.
HSL color Cylindrical-coordinate representation of color #CDECDF: hue angle of 154.84º 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 #CDECDF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 236 | 223 | - |
CMYK | 0.13 | 0 | 0.06 | 0.07 |
HSL | 154.84º | 0.45% | 0.86% | - |
HSV(B) | 154.84º | 0.13% | 0.93% | - |
XYZ | 68.49 | 78.3 | 81.32 | - |
YUV | 225.25 | 126.73 | 113.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 236 | 223 | 0.13 | 0 | 0.06 | 0.07 | 154.84 | 0.45 | 0.86 |
Hex | CD | EC | DF | D | 0 | 6 | 7 | 9B | 2D | 56 |
Octal | 315 | 354 | 337 | 15 | 0 | 6 | 7 | 233 | 55 | 126 |
Binary | 11001101 | 11101100 | 11011111 | 1101 | 0 | 110 | 111 | 10011011 | 101101 | 1010110 |
Color Harmonies of #CDECDF
Complementary color
Monochromatic Colors of #CDECDF
Black with #CDECDF
Text Example
Text Example
White with #CDECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECDF; }
p { color: rgb(205,236,223); }
H1.HeaderClassName
{
color: #CDECDF;
}
.AnyTagClassName
{
color: #CDECDF;
}
</style>
background-color css
<style>
a { background-color: #CDECDF; }
a { background-color: rgb(205,236,223); }
div.DivClassName
{
background-color: #CDECDF;
}
.BgClassName
{
background-color: #CDECDF;
}
</style>
border-color css
<style>
span { border-color: #CDECDF; }
span { border-color: rgb(205,236,223); }
td.TdClassName
{
border-color: #CDECDF;
}
.TagClassName
{
border-color: #CDECDF;
}
</style>