#DED8AE

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

Shades of Mint Julep #DED8AE

Tints of Mint Julep #DED8AE

Color information

#DED8AE (or 0xDED8AE) is unknown color: approx Mint Julep. HEX triplet: DE, D8 and AE. RGB value is (222,216,174). Sum of RGB (Red+Green+Blue) = 222+216+174=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED8AE is #212751. Grayscale: #D5D5D5. Windows color (decimal): -2172754 or 11458782. OLE color: 11458782.

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

Color convert

RGB222216174-
CMYK00.030.220.13
HSL52.5º42.11%77.65%-
HSV(B)52.5º21.62%87.06%-
XYZ62.3267.749.83-
YUV213.01105.99134.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.27%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 174 (68.36% from 255) = 28.43%
R=36.27%
G=35.29%
B=28.43%

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
Decimal22221617400.030.220.1352.542.1177.65
HexDED8AE0316D342a4e
Octal3363302560326156452116
Binary1101111011011000101011100111011011011101001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED8AE; }

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

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

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

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

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

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

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

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