#DDDBAD

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

Shades of Mint Julep #DDDBAD

Tints of Mint Julep #DDDBAD

Color information

#DDDBAD (or 0xDDDBAD) is unknown color: approx Mint Julep. HEX triplet: DD, DB and AD. RGB value is (221,219,173). Sum of RGB (Red+Green+Blue) = 221+219+173=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBAD is #222452. Grayscale: #D6D6D6. Windows color (decimal): -2237523 or 11394013. OLE color: 11394013.

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

Color convert

RGB221219173-
CMYK00.010.220.13
HSL57.5º41.38%77.25%-
HSV(B)57.5º21.72%86.67%-
XYZ62.6969.0549.56-
YUV214.35104.66132.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=36.05%
G=35.73%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121917300.010.220.1357.541.3877.25
HexDDDBAD0116D3a294d
Octal3353332550126157251115
Binary110111011101101110101101011011011011110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBAD; }

 p { color: rgb(221,219,173); }

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

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

 a { background-color: rgb(221,219,173); }

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

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

 span { border-color: rgb(221,219,173); }

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