Html Css Color HEX #DED8A6 Mint Julep

📋 copy color: '#DED8A6'

red 222 ◦ green 216 ◦ blue 166

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

Shades of Mint Julep #DED8A6

Tints of Mint Julep #DED8A6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.76%

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

R = 36.75%
G = 35.76%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DED8A6 (or 0xDED8A6) is known color: Mint Julep. HEX triplet: DE, D8 and A6. RGB value is (222,216,166). Sum of RGB (Red+Green+Blue) = 222+216+166=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 166 (65.23% from 255 or 27.48% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED8A6 is #212759. Grayscale: #D4D4D4. Windows color (decimal): -2172762 or 10934494. OLE color: 10934494.

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

Color convert

RGB 222 216 166 -
CMYK 0 0.03 0.25 0.13
HSL 53.57º 0.46% 0.76% -
HSV(B) 53.57º 0.25% 0.87% -
XYZ 61.56 67.39 45.84 -
YUV 212.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 222 216 166 0 0.03 0.25 0.13 53.57 0.46 0.76
Hex DE D8 A6 0 3 19 D 36 2E 4C
Octal 336 330 246 0 3 31 15 66 56 114
Binary 11011110 11011000 10100110 0 11 11001 1101 110110 101110 1001100

Color Harmonies of #DED8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED8A6

Black with #DED8A6

Text Example


Text Example

White with #DED8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED8A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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