Html Css Color HEX #DDDEA1 Mint Julep

📋 copy color: '#DDDEA1'

red 221 ◦ green 222 ◦ blue 161

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

Shades of Mint Julep #DDDEA1

Tints of Mint Julep #DDDEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.66%

R = 36.59%
G = 36.75%
B = 26.66%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DDDEA1 (or 0xDDDEA1) is known color: Mint Julep. HEX triplet: DD, DE and A1. RGB value is (221,222,161). Sum of RGB (Red+Green+Blue) = 221+222+161=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEA1 is #22215E. Grayscale: #D6D6D6. Windows color (decimal): -2236767 or 10608349. OLE color: 10608349.

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

Color convert

RGB 221 222 161 -
CMYK 0.00 0 0.27 0.13
HSL 60.98º 0.48% 0.75% -
HSV(B) 60.98º 0.27% 0.87% -
XYZ 62.37 70.19 43.98 -
YUV 214.75 97.67 132.46 -
System Red Green Blue C M Y K H S L
Decimal 221 222 161 0.00 0 0.27 0.13 60.98 0.48 0.75
Hex DD DE A1 0 0 1B D 3D 30 4B
Octal 335 336 241 0 0 33 15 75 60 113
Binary 11011101 11011110 10100001 0 0 11011 1101 111101 110000 1001011

Color Harmonies of #DDDEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEA1

Black with #DDDEA1

Text Example


Text Example

White with #DDDEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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