Html Css Color HEX #DED5A8 Mint Julep

📋 copy color: '#DED5A8'

red 222 ◦ green 213 ◦ blue 168

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

Shades of Mint Julep #DED5A8

Tints of Mint Julep #DED5A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.86%

R = 36.82%
G = 35.32%
B = 27.86%

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

#DED5A8 (or 0xDED5A8) is known color: Mint Julep. HEX triplet: DE, D5 and A8. RGB value is (222,213,168). Sum of RGB (Red+Green+Blue) = 222+213+168=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED5A8 is #212A57. Grayscale: #D2D2D2. Windows color (decimal): -2173528 or 11064798. OLE color: 11064798.

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

Color convert

RGB 222 213 168 -
CMYK 0 0.04 0.24 0.13
HSL 50º 0.45% 0.76% -
HSV(B) 50º 0.24% 0.87% -
XYZ 60.99 65.95 46.56 -
YUV 210.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 222 213 168 0 0.04 0.24 0.13 50 0.45 0.76
Hex DE D5 A8 0 4 18 D 32 2D 4C
Octal 336 325 250 0 4 30 15 62 55 114
Binary 11011110 11010101 10101000 0 100 11000 1101 110010 101101 1001100

Color Harmonies of #DED5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED5A8

Black with #DED5A8

Text Example


Text Example

White with #DED5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED5A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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