Html Css Color HEX #DDDEA4 Mint Julep

📋 copy color: '#DDDEA4'

red 221 ◦ green 222 ◦ blue 164

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

Shades of Mint Julep #DDDEA4

Tints of Mint Julep #DDDEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.02%

R = 36.41%
G = 36.57%
B = 27.02%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DDDEA4 (or 0xDDDEA4) is known color: Mint Julep. HEX triplet: DD, DE and A4. RGB value is (221,222,164). Sum of RGB (Red+Green+Blue) = 221+222+164=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEA4 is #22215B. Grayscale: #D7D7D7. Windows color (decimal): -2236764 or 10804957. OLE color: 10804957.

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

Color convert

RGB 221 222 164 -
CMYK 0.00 0 0.26 0.13
HSL 61.03º 0.47% 0.76% -
HSV(B) 61.03º 0.26% 0.87% -
XYZ 62.64 70.3 45.39 -
YUV 215.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 221 222 164 0.00 0 0.26 0.13 61.03 0.47 0.76
Hex DD DE A4 0 0 1A D 3D 2F 4C
Octal 335 336 244 0 0 32 15 75 57 114
Binary 11011101 11011110 10100100 0 0 11010 1101 111101 101111 1001100

Color Harmonies of #DDDEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEA4

Black with #DDDEA4

Text Example


Text Example

White with #DDDEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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