Shades of Mindaro #DDEE6D
Tints of Mindaro #DDEE6D
RGB
CMYK
RGB Variations
Color information
#DDEE6D (or 0xDDEE6D) is known color: Mindaro. HEX triplet: DD, EE and 6D. RGB value is (221,238,109). Sum of RGB (Red+Green+Blue) = 221+238+109=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE6D is #221192. Grayscale: #DADADA. Windows color (decimal): -2232723 or 7204573. OLE color: 7204573.
HSL color Cylindrical-coordinate representation of color #DDEE6D: hue angle of 67.91º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDEE6D is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 109 | - |
CMYK | 0.07 | 0 | 0.54 | 0.07 |
HSL | 67.91º | 0.79% | 0.68% | - |
HSV(B) | 67.91º | 0.54% | 0.93% | - |
XYZ | 63.15 | 77.63 | 26.12 | - |
YUV | 218.21 | 66.37 | 129.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 109 | 0.07 | 0 | 0.54 | 0.07 | 67.91 | 0.79 | 0.68 |
Hex | DD | EE | 6D | 7 | 0 | 36 | 7 | 44 | 4F | 44 |
Octal | 335 | 356 | 155 | 7 | 0 | 66 | 7 | 104 | 117 | 104 |
Binary | 11011101 | 11101110 | 1101101 | 111 | 0 | 110110 | 111 | 1000100 | 1001111 | 1000100 |
Color Harmonies of #DDEE6D
Complementary color
Monochromatic Colors of #DDEE6D
Black with #DDEE6D
Text Example
Text Example
White with #DDEE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE6D; }
p { color: rgb(221,238,109); }
H1.HeaderClassName
{
color: #DDEE6D;
}
.AnyTagClassName
{
color: #DDEE6D;
}
</style>
background-color css
<style>
a { background-color: #DDEE6D; }
a { background-color: rgb(221,238,109); }
div.DivClassName
{
background-color: #DDEE6D;
}
.BgClassName
{
background-color: #DDEE6D;
}
</style>
border-color css
<style>
span { border-color: #DDEE6D; }
span { border-color: rgb(221,238,109); }
td.TdClassName
{
border-color: #DDEE6D;
}
.TagClassName
{
border-color: #DDEE6D;
}
</style>