Html Css Color HEX #DED5A6 Mint Julep

📋 copy color: '#DED5A6'

red 222 ◦ green 213 ◦ blue 166

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

Shades of Mint Julep #DED5A6

Tints of Mint Julep #DED5A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.62%

R = 36.94%
G = 35.44%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DED5A6 (or 0xDED5A6) is known color: Mint Julep. HEX triplet: DE, D5 and A6. RGB value is (222,213,166). Sum of RGB (Red+Green+Blue) = 222+213+166=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED5A6 is #212A59. Grayscale: #D2D2D2. Windows color (decimal): -2173530 or 10933726. OLE color: 10933726.

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

Color convert

RGB 222 213 166 -
CMYK 0 0.04 0.25 0.13
HSL 50.36º 0.46% 0.76% -
HSV(B) 50.36º 0.25% 0.87% -
XYZ 60.8 65.87 45.59 -
YUV 210.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 222 213 166 0 0.04 0.25 0.13 50.36 0.46 0.76
Hex DE D5 A6 0 4 19 D 32 2E 4C
Octal 336 325 246 0 4 31 15 62 56 114
Binary 11011110 11010101 10100110 0 100 11001 1101 110010 101110 1001100

Color Harmonies of #DED5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED5A6

Black with #DED5A6

Text Example


Text Example

White with #DED5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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