#DDDEA0

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

Shades of Mint Julep #DDDEA0

Tints of Mint Julep #DDDEA0

Color information

#DDDEA0 (or 0xDDDEA0) is unknown color: approx Mint Julep. HEX triplet: DD, DE and A0. RGB value is (221,222,160). Sum of RGB (Red+Green+Blue) = 221+222+160=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEA0 is #22215F. Grayscale: #D6D6D6. Windows color (decimal): -2236768 or 10542813. OLE color: 10542813.

HSL color Cylindrical-coordinate representation of color #DDDEA0: hue angle of 60.97º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDDEA0 is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221222160-
CMYK0.0000.280.13
HSL60.97º48.44%74.9%-
HSV(B)60.97º27.93%87.06%-
XYZ62.2970.1543.52-
YUV214.6397.17132.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 160 (62.89% from 255) = 26.53%
R=36.65%
G=36.82%
B=26.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221600.0000.280.1360.9748.4474.9
HexDDDEA0001CD3d304b
Octal3353362400034157560113
Binary110111011101111010100000001110011011111011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEA0; }

 p { color: rgb(221,222,160); }

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

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

 a { background-color: rgb(221,222,160); }

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

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

 span { border-color: rgb(221,222,160); }

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