#DDD8A9

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

Shades of Mint Julep #DDD8A9

Tints of Mint Julep #DDD8A9

Color information

#DDD8A9 (or 0xDDD8A9) is unknown color: approx Mint Julep. HEX triplet: DD, D8 and A9. RGB value is (221,216,169). Sum of RGB (Red+Green+Blue) = 221+216+169=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 169 (66.41% from 255 or 27.89% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD8A9 is #222756. Grayscale: #D4D4D4. Windows color (decimal): -2238295 or 11131101. OLE color: 11131101.

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

Color convert

RGB221216169-
CMYK00.020.240.13
HSL54.23º43.33%76.47%-
HSV(B)54.23º23.53%86.67%-
XYZ61.5467.3547.29-
YUV212.14103.66134.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 216 (84.77% from 255) = 35.64%
BLUE value IS 169 (66.41% from 255) = 27.89%
R=36.47%
G=35.64%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121616900.020.240.1354.2343.3376.47
HexDDD8A90218D362b4c
Octal3353302510230156653114
Binary1101110111011000101010010101100011011101101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8A9; }

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

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

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

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

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

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

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

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