#DED6AE

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

Shades of Mint Julep #DED6AE

Tints of Mint Julep #DED6AE

Color information

#DED6AE (or 0xDED6AE) is unknown color: approx Mint Julep. HEX triplet: DE, D6 and AE. RGB value is (222,214,174). Sum of RGB (Red+Green+Blue) = 222+214+174=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED6AE is #212951. Grayscale: #D4D4D4. Windows color (decimal): -2173266 or 11458270. OLE color: 11458270.

HSL color Cylindrical-coordinate representation of color #DED6AE: hue angle of 50º 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 #DED6AE is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222214174-
CMYK00.040.220.13
HSL50º42.11%77.65%-
HSV(B)50º21.62%87.06%-
XYZ61.8166.6849.66-
YUV211.83106.65135.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.39%
GREEN value IS 214 (83.98% from 255) = 35.08%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=36.39%
G=35.08%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221417400.040.220.135042.1177.65
HexDED6AE0416D322a4e
Octal3363262560426156252116
Binary11011110110101101010111001001011011011100101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED6AE; }

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

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

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

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

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

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

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

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