#DAD8AB

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

Shades of Mint Julep #DAD8AB

Tints of Mint Julep #DAD8AB

Color information

#DAD8AB (or 0xDAD8AB) is unknown color: approx Mint Julep. HEX triplet: DA, D8 and AB. RGB value is (218,216,171). Sum of RGB (Red+Green+Blue) = 218+216+171=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD8AB is #252754. Grayscale: #D3D3D3. Windows color (decimal): -2434901 or 11262170. OLE color: 11262170.

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

Color convert

RGB218216171-
CMYK00.010.220.15
HSL57.45º38.84%76.27%-
HSV(B)57.45º21.56%85.49%-
XYZ60.8266.9648.25-
YUV211.47105.16132.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=36.03%
G=35.70%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821617100.010.220.1557.4538.8476.27
HexDAD8AB0116F39274c
Octal3323302530126177147114
Binary110110101101100010101011011011011111110011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8AB; }

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

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

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

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

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

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

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

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