Html Css Color HEX #DDDE9D Mint Julep

📋 copy color: '#DDDE9D'

red 221 ◦ green 222 ◦ blue 157

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

Shades of Mint Julep #DDDE9D

Tints of Mint Julep #DDDE9D

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 221 222 157 -
CMYK 0.00 0 0.29 0.13
HSL 60.92º 0.5% 0.74% -
HSV(B) 60.92º 0.29% 0.87% -
XYZ 62.03 70.05 42.15 -
YUV 214.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 221 222 157 0.00 0 0.29 0.13 60.92 0.5 0.74
Hex DD DE 9D 0 0 1D D 3D 32 4A
Octal 335 336 235 0 0 35 15 75 62 112
Binary 11011101 11011110 10011101 0 0 11101 1101 111101 110010 1001010

Color Harmonies of #DDDE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE9D

Black with #DDDE9D

Text Example


Text Example

White with #DDDE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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