#DEDD9D

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

Shades of Mint Julep #DEDD9D

Tints of Mint Julep #DEDD9D

Color information

#DEDD9D (or 0xDEDD9D) is unknown color: approx Mint Julep. HEX triplet: DE, DD and 9D. RGB value is (222,221,157). Sum of RGB (Red+Green+Blue) = 222+221+157=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD9D is #212262. Grayscale: #D6D6D6. Windows color (decimal): -2171491 or 10345950. OLE color: 10345950.

HSL color Cylindrical-coordinate representation of color #DEDD9D: hue angle of 59.08º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEDD9D is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222221157-
CMYK00.000.290.13
HSL59.08º49.62%74.31%-
HSV(B)59.08º29.28%87.06%-
XYZ62.0769.6842.08-
YUV21495.83133.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 157 (61.72% from 255) = 26.17%
R=37%
G=36.83%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222115700.000.290.1359.0849.6274.31
HexDEDD9D001DD3b324a
Octal3363352350035157362112
Binary110111101101110110011101001110111011110111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD9D; }

 p { color: rgb(222,221,157); }

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

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

 a { background-color: rgb(222,221,157); }

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

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

 span { border-color: rgb(222,221,157); }

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