#DED8AF

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

Shades of Mint Julep #DED8AF

Tints of Mint Julep #DED8AF

Color information

#DED8AF (or 0xDED8AF) is unknown color: approx Mint Julep. HEX triplet: DE, D8 and AF. RGB value is (222,216,175). Sum of RGB (Red+Green+Blue) = 222+216+175=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED8AF is #212750. Grayscale: #D5D5D5. Windows color (decimal): -2172753 or 11524318. OLE color: 11524318.

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

Color convert

RGB222216175-
CMYK00.030.210.13
HSL52.34º41.59%77.84%-
HSV(B)52.34º21.17%87.06%-
XYZ62.4267.7450.34-
YUV213.12106.49134.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=36.22%
G=35.24%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221617500.030.210.1352.3441.5977.84
HexDED8AF0315D342a4e
Octal3363302570325156452116
Binary1101111011011000101011110111010111011101001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED8AF; }

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

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

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

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

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

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

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

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