#DAD7AE

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

Shades of Mint Julep #DAD7AE

Tints of Mint Julep #DAD7AE

Color information

#DAD7AE (or 0xDAD7AE) is unknown color: approx Mint Julep. HEX triplet: DA, D7 and AE. RGB value is (218,215,174). Sum of RGB (Red+Green+Blue) = 218+215+174=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD7AE is #252851. Grayscale: #D3D3D3. Windows color (decimal): -2435154 or 11458522. OLE color: 11458522.

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

Color convert

RGB218215174-
CMYK00.010.200.15
HSL55.91º37.29%76.86%-
HSV(B)55.91º20.18%85.49%-
XYZ60.8566.5649.68-
YUV211.22106.99132.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 215 (84.38% from 255) = 35.42%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=35.91%
G=35.42%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821517400.010.200.1555.9137.2976.86
HexDAD7AE0114F38254d
Octal3323272560124177045115
Binary110110101101011110101110011010011111110001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7AE; }

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

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

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

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

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

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

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

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