#DDDAAE

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

Shades of Mint Julep #DDDAAE

Tints of Mint Julep #DDDAAE

Color information

#DDDAAE (or 0xDDDAAE) is unknown color: approx Mint Julep. HEX triplet: DD, DA and AE. RGB value is (221,218,174). Sum of RGB (Red+Green+Blue) = 221+218+174=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDAAE is #222551. Grayscale: #D6D6D6. Windows color (decimal): -2237778 or 11459293. OLE color: 11459293.

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

Color convert

RGB221218174-
CMYK00.010.210.13
HSL56.17º40.87%77.45%-
HSV(B)56.17º21.27%86.67%-
XYZ62.5368.5749.98-
YUV213.88105.49133.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 174 (68.36% from 255) = 28.38%
R=36.05%
G=35.56%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121817400.010.210.1356.1740.8777.45
HexDDDAAE0115D38294d
Octal3353322560125157051115
Binary110111011101101010101110011010111011110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAAE; }

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

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

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

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

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

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

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

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