Html Css Color HEX #DEDEA4 Mint Julep

📋 copy color: '#DEDEA4'

red 222 ◦ green 222 ◦ blue 164

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

Shades of Mint Julep #DEDEA4

Tints of Mint Julep #DEDEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 26.97%

R = 36.51%
G = 36.51%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DEDEA4 (or 0xDEDEA4) is known color: Mint Julep. HEX triplet: DE, DE and A4. RGB value is (222,222,164). Sum of RGB (Red+Green+Blue) = 222+222+164=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 164 (64.45% from 255 or 26.97% from 608); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDEA4 is #21215B. Grayscale: #D7D7D7. Windows color (decimal): -2171228 or 10804958. OLE color: 10804958.

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

Color convert

RGB 222 222 164 -
CMYK 0 0 0.26 0.13
HSL 60º 0.47% 0.76% -
HSV(B) 60º 0.26% 0.87% -
XYZ 62.95 70.45 45.4 -
YUV 215.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 222 222 164 0 0 0.26 0.13 60 0.47 0.76
Hex DE DE A4 0 0 1A D 3C 2F 4C
Octal 336 336 244 0 0 32 15 74 57 114
Binary 11011110 11011110 10100100 0 0 11010 1101 111100 101111 1001100

Color Harmonies of #DEDEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDEA4

Black with #DEDEA4

Text Example


Text Example

White with #DEDEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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