#DDD5B0

Color #DDD5B0 Mint Julep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Julep #DDD5B0

Tints of Mint Julep #DDD5B0

Color information

#DDD5B0 (or 0xDDD5B0) is unknown color: approx Mint Julep. HEX triplet: DD, D5 and B0. RGB value is (221,213,176). Sum of RGB (Red+Green+Blue) = 221+213+176=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 176 (69.14% from 255 or 28.85% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD5B0 is #222A4F. Grayscale: #D3D3D3. Windows color (decimal): -2239056 or 11589085. OLE color: 11589085.

HSL color Cylindrical-coordinate representation of color #DDD5B0: hue angle of 49.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDD5B0 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB221213176-
CMYK00.040.200.13
HSL49.33º39.82%77.84%-
HSV(B)49.33º20.36%86.67%-
XYZ61.4566.150.59-
YUV211.17108.15135.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 213 (83.59% from 255) = 34.92%
BLUE value IS 176 (69.14% from 255) = 28.85%
R=36.23%
G=34.92%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121317600.040.200.1349.3339.8277.84
HexDDD5B00414D31284e
Octal3353252600424156150116
Binary11011101110101011011000001001010011011100011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5B0; }

 p { color: rgb(221,213,176); }

 H1.HeaderClassName
 {
   color: #DDD5B0;
 }
 .AnyTagClassName
 {
   color: #DDD5B0;
 }
</style>
background-color css

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

 a { background-color: rgb(221,213,176); }

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

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

 span { border-color: rgb(221,213,176); }

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