Shades of Mint Tulip #CDE8DB
Tints of Mint Tulip #CDE8DB
RGB
CMYK
RGB Variations
Color information
#CDE8DB (or 0xCDE8DB) is known color: Mint Tulip. HEX triplet: CD, E8 and DB. RGB value is (205,232,219). Sum of RGB (Red+Green+Blue) = 205+232+219=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8DB is #321724. Grayscale: #DEDEDE. Windows color (decimal): -3282725 or 14411981. OLE color: 14411981.
HSL color Cylindrical-coordinate representation of color #CDE8DB: hue angle of 151.11º degrees, saturation: 0.37, 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 #CDE8DB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 205 | 232 | 219 | - |
CMYK | 0.12 | 0 | 0.06 | 0.09 |
HSL | 151.11º | 0.37% | 0.86% | - |
HSV(B) | 151.11º | 0.12% | 0.91% | - |
XYZ | 66.82 | 75.81 | 78.13 | - |
YUV | 222.45 | 126.05 | 115.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 232 | 219 | 0.12 | 0 | 0.06 | 0.09 | 151.11 | 0.37 | 0.86 |
Hex | CD | E8 | DB | C | 0 | 6 | 9 | 97 | 25 | 56 |
Octal | 315 | 350 | 333 | 14 | 0 | 6 | 11 | 227 | 45 | 126 |
Binary | 11001101 | 11101000 | 11011011 | 1100 | 0 | 110 | 1001 | 10010111 | 100101 | 1010110 |
Color Harmonies of #CDE8DB
Complementary color
Monochromatic Colors of #CDE8DB
Black with #CDE8DB
Text Example
Text Example
White with #CDE8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8DB; }
p { color: rgb(205,232,219); }
H1.HeaderClassName
{
color: #CDE8DB;
}
.AnyTagClassName
{
color: #CDE8DB;
}
</style>
background-color css
<style>
a { background-color: #CDE8DB; }
a { background-color: rgb(205,232,219); }
div.DivClassName
{
background-color: #CDE8DB;
}
.BgClassName
{
background-color: #CDE8DB;
}
</style>
border-color css
<style>
span { border-color: #CDE8DB; }
span { border-color: rgb(205,232,219); }
td.TdClassName
{
border-color: #CDE8DB;
}
.TagClassName
{
border-color: #CDE8DB;
}
</style>