Html Css Color HEX #DDDEA5 Mint Julep

📋 copy color: '#DDDEA5'

red 221 ◦ green 222 ◦ blue 165

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

Shades of Mint Julep #DDDEA5

Tints of Mint Julep #DDDEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.14%

R = 36.35%
G = 36.51%
B = 27.14%

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

#DDDEA5 (or 0xDDDEA5) is known color: Mint Julep. HEX triplet: DD, DE and A5. RGB value is (221,222,165). Sum of RGB (Red+Green+Blue) = 221+222+165=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 165 (64.84% from 255 or 27.14% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEA5 is #22215A. Grayscale: #D7D7D7. Windows color (decimal): -2236763 or 10870493. OLE color: 10870493.

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

Color convert

RGB 221 222 165 -
CMYK 0.00 0 0.26 0.13
HSL 61.05º 0.46% 0.76% -
HSV(B) 61.05º 0.26% 0.87% -
XYZ 62.73 70.33 45.87 -
YUV 215.2 99.67 132.13 -
System Red Green Blue C M Y K H S L
Decimal 221 222 165 0.00 0 0.26 0.13 61.05 0.46 0.76
Hex DD DE A5 0 0 1A D 3D 2E 4C
Octal 335 336 245 0 0 32 15 75 56 114
Binary 11011101 11011110 10100101 0 0 11010 1101 111101 101110 1001100

Color Harmonies of #DDDEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEA5

Black with #DDDEA5

Text Example


Text Example

White with #DDDEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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