#DDE882

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

Shades of Mindaro #DDE882

Tints of Mindaro #DDE882

Color information

#DDE882 (or 0xDDE882) is unknown color: approx Mindaro. HEX triplet: DD, E8 and 82. RGB value is (221,232,130). Sum of RGB (Red+Green+Blue) = 221+232+130=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE882 is #22177D. Grayscale: #D9D9D9. Windows color (decimal): -2234238 or 8579293. OLE color: 8579293.

HSL color Cylindrical-coordinate representation of color #DDE882: hue angle of 66.47º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDE882 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB221232130-
CMYK0.0500.440.09
HSL66.47º68.92%70.98%-
HSV(B)66.47º43.97%90.98%-
XYZ62.774.732.23-
YUV217.0878.86130.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 232 (91.02% from 255) = 39.79%
BLUE value IS 130 (51.17% from 255) = 22.30%
R=37.91%
G=39.79%
B=22.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212321300.0500.440.0966.4768.9270.98
HexDDE882502C9424547
Octal335350202505411102105107
Binary11011101111010001000001010101011001001100001010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE882; }

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

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

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

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

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

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

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

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