#DAD6AF

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

Shades of Mint Julep #DAD6AF

Tints of Mint Julep #DAD6AF

Color information

#DAD6AF (or 0xDAD6AF) is unknown color: approx Mint Julep. HEX triplet: DA, D6 and AF. RGB value is (218,214,175). Sum of RGB (Red+Green+Blue) = 218+214+175=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD6AF is #252950. Grayscale: #D2D2D2. Windows color (decimal): -2435409 or 11523802. OLE color: 11523802.

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

Color convert

RGB218214175-
CMYK00.020.200.15
HSL54.42º36.75%77.06%-
HSV(B)54.42º19.72%85.49%-
XYZ60.766.0950.12-
YUV210.75107.83133.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 214 (83.98% from 255) = 35.26%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=35.91%
G=35.26%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821417500.020.200.1554.4236.7577.06
HexDAD6AF0214F36254d
Octal3323262570224176645115
Binary1101101011010110101011110101010011111101101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6AF; }

 p { color: rgb(218,214,175); }

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

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

 a { background-color: rgb(218,214,175); }

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

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

 span { border-color: rgb(218,214,175); }

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