#DDD9AF

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

Shades of Mint Julep #DDD9AF

Tints of Mint Julep #DDD9AF

Color information

#DDD9AF (or 0xDDD9AF) is unknown color: approx Mint Julep. HEX triplet: DD, D9 and AF. RGB value is (221,217,175). Sum of RGB (Red+Green+Blue) = 221+217+175=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD9AF is #222650. Grayscale: #D5D5D5. Windows color (decimal): -2238033 or 11524573. OLE color: 11524573.

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

Color convert

RGB221217175-
CMYK00.020.210.13
HSL54.78º40.35%77.65%-
HSV(B)54.78º20.81%86.67%-
XYZ62.3768.0950.41-
YUV213.41106.33133.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=36.05%
G=35.40%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121717500.020.210.1354.7840.3577.65
HexDDD9AF0215D37284e
Octal3353312570225156750116
Binary1101110111011001101011110101010111011101111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9AF; }

 p { color: rgb(221,217,175); }

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

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

 a { background-color: rgb(221,217,175); }

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

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

 span { border-color: rgb(221,217,175); }

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