#DAD5AC

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

Shades of Mint Julep #DAD5AC

Tints of Mint Julep #DAD5AC

Color information

#DAD5AC (or 0xDAD5AC) is unknown color: approx Mint Julep. HEX triplet: DA, D5 and AC. RGB value is (218,213,172). Sum of RGB (Red+Green+Blue) = 218+213+172=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD5AC is #252A53. Grayscale: #D1D1D1. Windows color (decimal): -2435668 or 11326938. OLE color: 11326938.

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

Color convert

RGB218213172-
CMYK00.020.210.15
HSL53.48º38.33%76.47%-
HSV(B)53.48º21.1%85.49%-
XYZ60.1565.4748.5-
YUV209.82106.66133.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 213 (83.59% from 255) = 35.32%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=36.15%
G=35.32%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821317200.020.210.1553.4838.3376.47
HexDAD5AC0215F35264c
Octal3323252540225176546114
Binary1101101011010101101011000101010111111101011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5AC; }

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

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

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

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

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

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

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

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