#DDD6AE

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

Shades of Mint Julep #DDD6AE

Tints of Mint Julep #DDD6AE

Color information

#DDD6AE (or 0xDDD6AE) is unknown color: approx Mint Julep. HEX triplet: DD, D6 and AE. RGB value is (221,214,174). Sum of RGB (Red+Green+Blue) = 221+214+174=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD6AE is #222951. Grayscale: #D3D3D3. Windows color (decimal): -2238802 or 11458269. OLE color: 11458269.

HSL color Cylindrical-coordinate representation of color #DDD6AE: hue angle of 51.06º 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 #DDD6AE is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221214174-
CMYK00.030.210.13
HSL51.06º40.87%77.45%-
HSV(B)51.06º21.27%86.67%-
XYZ61.5166.5249.64-
YUV211.53106.82134.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=36.29%
G=35.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121417400.030.210.1351.0640.8777.45
HexDDD6AE0315D33294d
Octal3353262560325156351115
Binary1101110111010110101011100111010111011100111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6AE; }

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

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

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

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

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

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

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

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