Html Css Color HEX #DEDEA0 Mint Julep

📋 copy color: '#DEDEA0'

red 222 ◦ green 222 ◦ blue 160

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

Shades of Mint Julep #DEDEA0

Tints of Mint Julep #DEDEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.49%

R = 36.75%
G = 36.75%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DEDEA0 (or 0xDEDEA0) is known color: Mint Julep. HEX triplet: DE, DE and A0. RGB value is (222,222,160). Sum of RGB (Red+Green+Blue) = 222+222+160=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDEA0 is #21215F. Grayscale: #D7D7D7. Windows color (decimal): -2171232 or 10542814. OLE color: 10542814.

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

Color convert

RGB 222 222 160 -
CMYK 0 0 0.28 0.13
HSL 60º 0.48% 0.75% -
HSV(B) 60º 0.28% 0.87% -
XYZ 62.59 70.31 43.53 -
YUV 214.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 222 222 160 0 0 0.28 0.13 60 0.48 0.75
Hex DE DE A0 0 0 1C D 3C 30 4B
Octal 336 336 240 0 0 34 15 74 60 113
Binary 11011110 11011110 10100000 0 0 11100 1101 111100 110000 1001011

Color Harmonies of #DEDEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDEA0

Black with #DEDEA0

Text Example


Text Example

White with #DEDEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDEA0; }

 p { color: rgb(222,222,160); }

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

background-color css

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

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

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

border-color css

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

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

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