Shades of Mint Tulip #CDE9DB
Tints of Mint Tulip #CDE9DB
RGB
CMYK
RGB Variations
Color information
#CDE9DB (or 0xCDE9DB) is known color: Mint Tulip. HEX triplet: CD, E9 and DB. RGB value is (205,233,219). Sum of RGB (Red+Green+Blue) = 205+233+219=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9DB is #321624. Grayscale: #DFDFDF. Windows color (decimal): -3282469 or 14412237. OLE color: 14412237.
HSL color Cylindrical-coordinate representation of color #CDE9DB: hue angle of 150º degrees, saturation: 0.39, 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 #CDE9DB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 205 | 233 | 219 | - |
CMYK | 0.12 | 0 | 0.06 | 0.09 |
HSL | 150º | 0.39% | 0.86% | - |
HSV(B) | 150º | 0.12% | 0.91% | - |
XYZ | 67.1 | 76.37 | 78.22 | - |
YUV | 223.03 | 125.72 | 115.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 233 | 219 | 0.12 | 0 | 0.06 | 0.09 | 150 | 0.39 | 0.86 |
Hex | CD | E9 | DB | C | 0 | 6 | 9 | 96 | 27 | 56 |
Octal | 315 | 351 | 333 | 14 | 0 | 6 | 11 | 226 | 47 | 126 |
Binary | 11001101 | 11101001 | 11011011 | 1100 | 0 | 110 | 1001 | 10010110 | 100111 | 1010110 |
Color Harmonies of #CDE9DB
Complementary color
Monochromatic Colors of #CDE9DB
Black with #CDE9DB
Text Example
Text Example
White with #CDE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9DB; }
p { color: rgb(205,233,219); }
H1.HeaderClassName
{
color: #CDE9DB;
}
.AnyTagClassName
{
color: #CDE9DB;
}
</style>
background-color css
<style>
a { background-color: #CDE9DB; }
a { background-color: rgb(205,233,219); }
div.DivClassName
{
background-color: #CDE9DB;
}
.BgClassName
{
background-color: #CDE9DB;
}
</style>
border-color css
<style>
span { border-color: #CDE9DB; }
span { border-color: rgb(205,233,219); }
td.TdClassName
{
border-color: #CDE9DB;
}
.TagClassName
{
border-color: #CDE9DB;
}
</style>