#DDDEA1

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

Shades of Mint Julep #DDDEA1

Tints of Mint Julep #DDDEA1

Color information

#DDDEA1 (or 0xDDDEA1) is unknown color: approx Mint Julep. HEX triplet: DD, DE and A1. RGB value is (221,222,161). Sum of RGB (Red+Green+Blue) = 221+222+161=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEA1 is #22215E. Grayscale: #D6D6D6. Windows color (decimal): -2236767 or 10608349. OLE color: 10608349.

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

Color convert

RGB221222161-
CMYK0.0000.270.13
HSL60.98º48.03%75.1%-
HSV(B)60.98º27.48%87.06%-
XYZ62.3770.1943.98-
YUV214.7597.67132.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 161 (63.28% from 255) = 26.66%
R=36.59%
G=36.75%
B=26.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221610.0000.270.1360.9848.0375.1
HexDDDEA1001BD3d304b
Octal3353362410033157560113
Binary110111011101111010100001001101111011111011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEA1; }

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

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

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

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

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

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

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

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