#DDDBAE

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

Shades of Mint Julep #DDDBAE

Tints of Mint Julep #DDDBAE

Color information

#DDDBAE (or 0xDDDBAE) is unknown color: approx Mint Julep. HEX triplet: DD, DB and AE. RGB value is (221,219,174). Sum of RGB (Red+Green+Blue) = 221+219+174=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBAE is #222451. Grayscale: #D6D6D6. Windows color (decimal): -2237522 or 11459549. OLE color: 11459549.

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

Color convert

RGB221219174-
CMYK00.010.210.13
HSL57.45º40.87%77.45%-
HSV(B)57.45º21.27%86.67%-
XYZ62.7969.0950.07-
YUV214.47105.16132.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=35.99%
G=35.67%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121917400.010.210.1357.4540.8777.45
HexDDDBAE0115D39294d
Octal3353332560125157151115
Binary110111011101101110101110011010111011110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBAE; }

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

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

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

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

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

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

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

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