#DAD4AC

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

Shades of Mint Julep #DAD4AC

Tints of Mint Julep #DAD4AC

Color information

#DAD4AC (or 0xDAD4AC) is unknown color: approx Mint Julep. HEX triplet: DA, D4 and AC. RGB value is (218,212,172). Sum of RGB (Red+Green+Blue) = 218+212+172=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD4AC is #252B53. Grayscale: #D1D1D1. Windows color (decimal): -2435924 or 11326682. OLE color: 11326682.

HSL color Cylindrical-coordinate representation of color #DAD4AC: hue angle of 52.17º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAD4AC is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218212172-
CMYK00.030.210.15
HSL52.17º38.33%76.47%-
HSV(B)52.17º21.1%85.49%-
XYZ59.964.9748.41-
YUV209.23106.99134.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=36.21%
G=35.22%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821217200.030.210.1552.1738.3376.47
HexDAD4AC0315F34264c
Octal3323242540325176446114
Binary1101101011010100101011000111010111111101001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4AC; }

 p { color: rgb(218,212,172); }

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

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

 a { background-color: rgb(218,212,172); }

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

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

 span { border-color: rgb(218,212,172); }

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