Html Css Color HEX #DEDD9D Mint Julep

📋 copy color: '#DEDD9D'

red 222 ◦ green 221 ◦ blue 157

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

Shades of Mint Julep #DEDD9D

Tints of Mint Julep #DEDD9D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.83%

 BLUE value IS 157 (61.72% from 255) = 26.17%

R = 37%
G = 36.83%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DEDD9D (or 0xDEDD9D) is known color: Mint Julep. HEX triplet: DE, DD and 9D. RGB value is (222,221,157). Sum of RGB (Red+Green+Blue) = 222+221+157=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD9D is #212262. Grayscale: #D6D6D6. Windows color (decimal): -2171491 or 10345950. OLE color: 10345950.

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

Color convert

RGB 222 221 157 -
CMYK 0 0.00 0.29 0.13
HSL 59.08º 0.5% 0.74% -
HSV(B) 59.08º 0.29% 0.87% -
XYZ 62.07 69.68 42.08 -
YUV 214 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 222 221 157 0 0.00 0.29 0.13 59.08 0.5 0.74
Hex DE DD 9D 0 0 1D D 3B 32 4A
Octal 336 335 235 0 0 35 15 73 62 112
Binary 11011110 11011101 10011101 0 0 11101 1101 111011 110010 1001010

Color Harmonies of #DEDD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD9D

Black with #DEDD9D

Text Example


Text Example

White with #DEDD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD9D; }

 p { color: rgb(222,221,157); }

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

background-color css

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

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

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

border-color css

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

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

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