Html Css Color HEX #DDDEA2 Mint Julep

📋 copy color: '#DDDEA2'

red 221 ◦ green 222 ◦ blue 162

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

Shades of Mint Julep #DDDEA2

Tints of Mint Julep #DDDEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.78%

R = 36.53%
G = 36.69%
B = 26.78%

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

#DDDEA2 (or 0xDDDEA2) is known color: Mint Julep. HEX triplet: DD, DE and A2. RGB value is (221,222,162). Sum of RGB (Red+Green+Blue) = 221+222+162=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEA2 is #22215D. Grayscale: #D7D7D7. Windows color (decimal): -2236766 or 10673885. OLE color: 10673885.

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

Color convert

RGB 221 222 162 -
CMYK 0.00 0 0.27 0.13
HSL 61º 0.48% 0.75% -
HSV(B) 61º 0.27% 0.87% -
XYZ 62.46 70.22 44.44 -
YUV 214.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 221 222 162 0.00 0 0.27 0.13 61 0.48 0.75
Hex DD DE A2 0 0 1B D 3D 30 4B
Octal 335 336 242 0 0 33 15 75 60 113
Binary 11011101 11011110 10100010 0 0 11011 1101 111101 110000 1001011

Color Harmonies of #DDDEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEA2

Black with #DDDEA2

Text Example


Text Example

White with #DDDEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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