#DED6AF

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

Shades of Mint Julep #DED6AF

Tints of Mint Julep #DED6AF

Color information

#DED6AF (or 0xDED6AF) is unknown color: approx Mint Julep. HEX triplet: DE, D6 and AF. RGB value is (222,214,175). Sum of RGB (Red+Green+Blue) = 222+214+175=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED6AF is #212950. Grayscale: #D4D4D4. Windows color (decimal): -2173265 or 11523806. OLE color: 11523806.

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

Color convert

RGB222214175-
CMYK00.040.210.13
HSL49.79º41.59%77.84%-
HSV(B)49.79º21.17%87.06%-
XYZ61.9166.7250.17-
YUV211.95107.15135.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.33%
GREEN value IS 214 (83.98% from 255) = 35.02%
BLUE value IS 175 (68.75% from 255) = 28.64%
R=36.33%
G=35.02%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221417500.040.210.1349.7941.5977.84
HexDED6AF0415D322a4e
Octal3363262570425156252116
Binary11011110110101101010111101001010111011100101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED6AF; }

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

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

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

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

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

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

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

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