Html Css Color HEX #DED69E Mint Julep

📋 copy color: '#DED69E'

red 222 ◦ green 214 ◦ blue 158

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

Shades of Mint Julep #DED69E

Tints of Mint Julep #DED69E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.03%

 BLUE value IS 158 (62.11% from 255) = 26.6%

R = 37.37%
G = 36.03%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DED69E (or 0xDED69E) is known color: Mint Julep. HEX triplet: DE, D6 and 9E. RGB value is (222,214,158). Sum of RGB (Red+Green+Blue) = 222+214+158=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 158 (62.11% from 255 or 26.60% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DED69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED69E is #212961. Grayscale: #D2D2D2. Windows color (decimal): -2173282 or 10409694. OLE color: 10409694.

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

Color convert

RGB 222 214 158 -
CMYK 0 0.04 0.29 0.13
HSL 52.5º 0.49% 0.75% -
HSV(B) 52.5º 0.29% 0.87% -
XYZ 60.34 66.09 41.92 -
YUV 210.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 222 214 158 0 0.04 0.29 0.13 52.5 0.49 0.75
Hex DE D6 9E 0 4 1D D 34 31 4B
Octal 336 326 236 0 4 35 15 64 61 113
Binary 11011110 11010110 10011110 0 100 11101 1101 110100 110001 1001011

Color Harmonies of #DED69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED69E

Black with #DED69E

Text Example


Text Example

White with #DED69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED69E; }

 p { color: rgb(222,214,158); }

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

background-color css

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

 a { background-color: rgb(222,214,158); }

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

border-color css

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

 span { border-color: rgb(222,214,158); }

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