Html Css Color HEX #DDDD9E Mint Julep

📋 copy color: '#DDDD9E'

red 221 ◦ green 221 ◦ blue 158

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

Shades of Mint Julep #DDDD9E

Tints of Mint Julep #DDDD9E

RGB

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

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

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

R = 36.83%
G = 36.83%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDDD9E (or 0xDDDD9E) is known color: Mint Julep. HEX triplet: DD, DD and 9E. RGB value is (221,221,158). Sum of RGB (Red+Green+Blue) = 221+221+158=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 158 (62.11% from 255 or 26.33% from 600); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD9E is #222261. Grayscale: #D6D6D6. Windows color (decimal): -2237026 or 10411485. OLE color: 10411485.

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

Color convert

RGB 221 221 158 -
CMYK 0 0 0.29 0.13
HSL 60º 0.48% 0.74% -
HSV(B) 60º 0.29% 0.87% -
XYZ 61.85 69.55 42.51 -
YUV 213.82 96.5 133.12 -
System Red Green Blue C M Y K H S L
Decimal 221 221 158 0 0 0.29 0.13 60 0.48 0.74
Hex DD DD 9E 0 0 1D D 3C 30 4A
Octal 335 335 236 0 0 35 15 74 60 112
Binary 11011101 11011101 10011110 0 0 11101 1101 111100 110000 1001010

Color Harmonies of #DDDD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD9E

Black with #DDDD9E

Text Example


Text Example

White with #DDDD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD9E; }

 p { color: rgb(221,221,158); }

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

background-color css

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

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

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

border-color css

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

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

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