Html Css Color HEX #DED5A9 Mint Julep

📋 copy color: '#DED5A9'

red 222 ◦ green 213 ◦ blue 169

#DED5A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Julep #DED5A9

Tints of Mint Julep #DED5A9

RGB

 RED value IS 222 (87.11% from 255) = 36.75%

 GREEN value IS 213 (83.59% from 255) = 35.26%

 BLUE value IS 169 (66.41% from 255) = 27.98%

R = 36.75%
G = 35.26%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DED5A9 (or 0xDED5A9) is known color: Mint Julep. HEX triplet: DE, D5 and A9. RGB value is (222,213,169). Sum of RGB (Red+Green+Blue) = 222+213+169=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 169 (66.41% from 255 or 27.98% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED5A9 is #212A56. Grayscale: #D2D2D2. Windows color (decimal): -2173527 or 11130334. OLE color: 11130334.

HSL color Cylindrical-coordinate representation of color #DED5A9: hue angle of 49.81º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DED5A9 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 213 169 -
CMYK 0 0.04 0.24 0.13
HSL 49.81º 0.45% 0.77% -
HSV(B) 49.81º 0.24% 0.87% -
XYZ 61.08 65.98 47.05 -
YUV 210.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 222 213 169 0 0.04 0.24 0.13 49.81 0.45 0.77
Hex DE D5 A9 0 4 18 D 32 2D 4D
Octal 336 325 251 0 4 30 15 62 55 115
Binary 11011110 11010101 10101001 0 100 11000 1101 110010 101101 1001101

Color Harmonies of #DED5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED5A9

Black with #DED5A9

Text Example


Text Example

White with #DED5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED5A9; }

 p { color: rgb(222,213,169); }

 H1.HeaderClassName
 {
   color: #DED5A9;
 }
 .AnyTagClassName
 {
   color: #DED5A9;
 }
</style>

background-color css

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

 a { background-color: rgb(222,213,169); }

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

border-color css

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

 span { border-color: rgb(222,213,169); }

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