Html Css Color HEX #DDD8AE Mint Julep

📋 copy color: '#DDD8AE'

red 221 ◦ green 216 ◦ blue 174

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

Shades of Mint Julep #DDD8AE

Tints of Mint Julep #DDD8AE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.35%

 BLUE value IS 174 (68.36% from 255) = 28.48%

R = 36.17%
G = 35.35%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DDD8AE (or 0xDDD8AE) is known color: Mint Julep. HEX triplet: DD, D8 and AE. RGB value is (221,216,174). Sum of RGB (Red+Green+Blue) = 221+216+174=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD8AE is #222751. Grayscale: #D4D4D4. Windows color (decimal): -2238290 or 11458781. OLE color: 11458781.

HSL color Cylindrical-coordinate representation of color #DDD8AE: hue angle of 53.62º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDD8AE is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 216 174 -
CMYK 0 0.02 0.21 0.13
HSL 53.62º 0.41% 0.77% -
HSV(B) 53.62º 0.21% 0.87% -
XYZ 62.01 67.54 49.81 -
YUV 212.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 221 216 174 0 0.02 0.21 0.13 53.62 0.41 0.77
Hex DD D8 AE 0 2 15 D 36 29 4D
Octal 335 330 256 0 2 25 15 66 51 115
Binary 11011101 11011000 10101110 0 10 10101 1101 110110 101001 1001101

Color Harmonies of #DDD8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD8AE

Black with #DDD8AE

Text Example


Text Example

White with #DDD8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD8AE; }

 p { color: rgb(221,216,174); }

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

background-color css

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

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

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

border-color css

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

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

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