#DAD8AE

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

Shades of Mint Julep #DAD8AE

Tints of Mint Julep #DAD8AE

Color information

#DAD8AE (or 0xDAD8AE) is unknown color: approx Mint Julep. HEX triplet: DA, D8 and AE. RGB value is (218,216,174). Sum of RGB (Red+Green+Blue) = 218+216+174=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD8AE is #252751. Grayscale: #D3D3D3. Windows color (decimal): -2434898 or 11458778. OLE color: 11458778.

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

Color convert

RGB218216174-
CMYK00.010.200.15
HSL57.27º37.29%76.86%-
HSV(B)57.27º20.18%85.49%-
XYZ61.1167.0749.77-
YUV211.81106.66132.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 216 (84.77% from 255) = 35.53%
BLUE value IS 174 (68.36% from 255) = 28.62%
R=35.86%
G=35.53%
B=28.62%

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
Decimal21821617400.010.200.1557.2737.2976.86
HexDAD8AE0114F39254d
Octal3323302560124177145115
Binary110110101101100010101110011010011111110011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8AE; }

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

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

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

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

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

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

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

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