#DED7AE

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

Shades of Mint Julep #DED7AE

Tints of Mint Julep #DED7AE

Color information

#DED7AE (or 0xDED7AE) is unknown color: approx Mint Julep. HEX triplet: DE, D7 and AE. RGB value is (222,215,174). Sum of RGB (Red+Green+Blue) = 222+215+174=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED7AE is #212851. Grayscale: #D4D4D4. Windows color (decimal): -2173010 or 11458526. OLE color: 11458526.

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

Color convert

RGB222215174-
CMYK00.030.220.13
HSL51.25º42.11%77.65%-
HSV(B)51.25º21.62%87.06%-
XYZ62.0667.1949.74-
YUV212.42106.32134.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.33%
GREEN value IS 215 (84.38% from 255) = 35.19%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=36.33%
G=35.19%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221517400.030.220.1351.2542.1177.65
HexDED7AE0316D332a4e
Octal3363272560326156352116
Binary1101111011010111101011100111011011011100111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED7AE; }

 p { color: rgb(222,215,174); }

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

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

 a { background-color: rgb(222,215,174); }

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

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

 span { border-color: rgb(222,215,174); }

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