#DDE880

Color #DDE880 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DDE880

Tints of Mindaro #DDE880

Color information

#DDE880 (or 0xDDE880) is unknown color: approx Mindaro. HEX triplet: DD, E8 and 80. RGB value is (221,232,128). Sum of RGB (Red+Green+Blue) = 221+232+128=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE880 is #22177F. Grayscale: #D9D9D9. Windows color (decimal): -2234240 or 8448221. OLE color: 8448221.

HSL color Cylindrical-coordinate representation of color #DDE880: hue angle of 66.35º 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 #DDE880 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB221232128-
CMYK0.0500.450.09
HSL66.35º69.33%70.59%-
HSV(B)66.35º44.83%90.98%-
XYZ62.5774.6431.53-
YUV216.8677.86130.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 232 (91.02% from 255) = 39.93%
BLUE value IS 128 (50.39% from 255) = 22.03%
R=38.04%
G=39.93%
B=22.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212321280.0500.450.0966.3569.3370.59
HexDDE880502D9424547
Octal335350200505511102105107
Binary11011101111010001000000010101011011001100001010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE880; }

 p { color: rgb(221,232,128); }

 H1.HeaderClassName
 {
   color: #DDE880;
 }
 .AnyTagClassName
 {
   color: #DDE880;
 }
</style>
background-color css

<style>
 a { background-color: #DDE880; }

 a { background-color: rgb(221,232,128); }

 div.DivClassName
 {
   background-color: #DDE880;
 }
 .BgClassName
 {
   background-color: #DDE880;
 }
</style>
border-color css

<style>
 span { border-color: #DDE880; }

 span { border-color: rgb(221,232,128); }

 td.TdClassName
 {
   border-color: #DDE880;
 }
 .TagClassName
 {
   border-color: #DDE880;
 }
</style>