#DDDAAC

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

Shades of Mint Julep #DDDAAC

Tints of Mint Julep #DDDAAC

Color information

#DDDAAC (or 0xDDDAAC) is unknown color: approx Mint Julep. HEX triplet: DD, DA and AC. RGB value is (221,218,172). Sum of RGB (Red+Green+Blue) = 221+218+172=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDAAC is #222553. Grayscale: #D5D5D5. Windows color (decimal): -2237780 or 11328221. OLE color: 11328221.

HSL color Cylindrical-coordinate representation of color #DDDAAC: hue angle of 56.33º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDDAAC is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221218172-
CMYK00.010.220.13
HSL56.33º41.88%77.06%-
HSV(B)56.33º22.17%86.67%-
XYZ62.3468.4948.96-
YUV213.65104.49133.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 172 (67.58% from 255) = 28.15%
R=36.17%
G=35.68%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121817200.010.220.1356.3341.8877.06
HexDDDAAC0116D382a4d
Octal3353322540126157052115
Binary110111011101101010101100011011011011110001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAAC; }

 p { color: rgb(221,218,172); }

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

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

 a { background-color: rgb(221,218,172); }

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

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

 span { border-color: rgb(221,218,172); }

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