#DAD5AE

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

Shades of Mint Julep #DAD5AE

Tints of Mint Julep #DAD5AE

Color information

#DAD5AE (or 0xDAD5AE) is unknown color: approx Mint Julep. HEX triplet: DA, D5 and AE. RGB value is (218,213,174). Sum of RGB (Red+Green+Blue) = 218+213+174=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD5AE is #252A51. Grayscale: #D2D2D2. Windows color (decimal): -2435666 or 11458010. OLE color: 11458010.

HSL color Cylindrical-coordinate representation of color #DAD5AE: hue angle of 53.18º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAD5AE is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB218213174-
CMYK00.020.200.15
HSL53.18º37.29%76.86%-
HSV(B)53.18º20.18%85.49%-
XYZ60.3565.5549.52-
YUV210.05107.66133.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 174 (68.36% from 255) = 28.76%
R=36.03%
G=35.21%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821317400.020.200.1553.1837.2976.86
HexDAD5AE0214F35254d
Octal3323252560224176545115
Binary1101101011010101101011100101010011111101011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5AE; }

 p { color: rgb(218,213,174); }

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

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

 a { background-color: rgb(218,213,174); }

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

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

 span { border-color: rgb(218,213,174); }

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