Shades of Mindaro #DCE880
Tints of Mindaro #DCE880
RGB
CMYK
RGB Variations
Color information
#DCE880 (or 0xDCE880) is known color: Mindaro. HEX triplet: DC, E8 and 80. RGB value is (220,232,128). Sum of RGB (Red+Green+Blue) = 220+232+128=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 232 (91.02% from 255 or 40% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE880 is #23177F. Grayscale: #D8D8D8. Windows color (decimal): -2299776 or 8448220. OLE color: 8448220.
HSL color Cylindrical-coordinate representation of color #DCE880: hue angle of 66.92º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCE880 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 128 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.09 |
| HSL | 66.92º | 0.69% | 0.71% | - |
| HSV(B) | 66.92º | 0.45% | 0.91% | - |
| XYZ | 62.27 | 74.49 | 31.52 | - |
| YUV | 216.56 | 78.02 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 128 | 0.05 | 0 | 0.45 | 0.09 | 66.92 | 0.69 | 0.71 |
| Hex | DC | E8 | 80 | 5 | 0 | 2D | 9 | 43 | 45 | 47 |
| Octal | 334 | 350 | 200 | 5 | 0 | 55 | 11 | 103 | 105 | 107 |
| Binary | 11011100 | 11101000 | 10000000 | 101 | 0 | 101101 | 1001 | 1000011 | 1000101 | 1000111 |
Color Harmonies of #DCE880
Complementary color
Monochromatic Colors of #DCE880
Black with #DCE880
Text Example
Text Example
White with #DCE880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE880; }
p { color: rgb(220,232,128); }
H1.HeaderClassName
{
color: #DCE880;
}
.AnyTagClassName
{
color: #DCE880;
}
</style>
background-color css
<style>
a { background-color: #DCE880; }
a { background-color: rgb(220,232,128); }
div.DivClassName
{
background-color: #DCE880;
}
.BgClassName
{
background-color: #DCE880;
}
</style>
border-color css
<style>
span { border-color: #DCE880; }
span { border-color: rgb(220,232,128); }
td.TdClassName
{
border-color: #DCE880;
}
.TagClassName
{
border-color: #DCE880;
}
</style>