#DDD6AB

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

Shades of Mint Julep #DDD6AB

Tints of Mint Julep #DDD6AB

Color information

#DDD6AB (or 0xDDD6AB) is unknown color: approx Mint Julep. HEX triplet: DD, D6 and AB. RGB value is (221,214,171). Sum of RGB (Red+Green+Blue) = 221+214+171=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD6AB is #222954. Grayscale: #D3D3D3. Windows color (decimal): -2238805 or 11261661. OLE color: 11261661.

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

Color convert

RGB221214171-
CMYK00.030.230.13
HSL51.6º42.37%76.86%-
HSV(B)51.6º22.62%86.67%-
XYZ61.2266.4148.12-
YUV211.19105.32135-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 214 (83.98% from 255) = 35.31%
BLUE value IS 171 (67.19% from 255) = 28.22%
R=36.47%
G=35.31%
B=28.22%

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
Decimal22121417100.030.230.1351.642.3776.86
HexDDD6AB0317D342a4d
Octal3353262530327156452115
Binary1101110111010110101010110111011111011101001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6AB; }

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

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

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

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

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

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

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

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