#DDD7AB

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

Shades of Mint Julep #DDD7AB

Tints of Mint Julep #DDD7AB

Color information

#DDD7AB (or 0xDDD7AB) is unknown color: approx Mint Julep. HEX triplet: DD, D7 and AB. RGB value is (221,215,171). Sum of RGB (Red+Green+Blue) = 221+215+171=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD7AB is #222854. Grayscale: #D3D3D3. Windows color (decimal): -2238549 or 11261917. OLE color: 11261917.

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

Color convert

RGB221215171-
CMYK00.030.230.13
HSL52.8º42.37%76.86%-
HSV(B)52.8º22.62%86.67%-
XYZ61.4766.9148.2-
YUV211.78104.99134.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 215 (84.38% from 255) = 35.42%
BLUE value IS 171 (67.19% from 255) = 28.17%
R=36.41%
G=35.42%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121517100.030.230.1352.842.3776.86
HexDDD7AB0317D352a4d
Octal3353272530327156552115
Binary1101110111010111101010110111011111011101011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7AB; }

 p { color: rgb(221,215,171); }

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

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

 a { background-color: rgb(221,215,171); }

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

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

 span { border-color: rgb(221,215,171); }

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