#DADB9E

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

Shades of Mint Julep #DADB9E

Tints of Mint Julep #DADB9E

Color information

#DADB9E (or 0xDADB9E) is unknown color: approx Mint Julep. HEX triplet: DA, DB and 9E. RGB value is (218,219,158). Sum of RGB (Red+Green+Blue) = 218+219+158=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB9E is #252461. Grayscale: #D3D3D3. Windows color (decimal): -2434146 or 10410970. OLE color: 10410970.

HSL color Cylindrical-coordinate representation of color #DADB9E: hue angle of 60.98º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DADB9E is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB218219158-
CMYK0.0000.280.14
HSL60.98º45.86%73.92%-
HSV(B)60.98º27.85%85.88%-
XYZ60.4268.0442.3-
YUV211.7597.67132.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 219 (85.94% from 255) = 36.81%
BLUE value IS 158 (62.11% from 255) = 26.55%
R=36.64%
G=36.81%
B=26.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182191580.0000.280.1460.9845.8673.92
HexDADB9E001CE3d2e4a
Octal3323332360034167556112
Binary110110101101101110011110001110011101111011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADB9E; }

 p { color: rgb(218,219,158); }

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

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

 a { background-color: rgb(218,219,158); }

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

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

 span { border-color: rgb(218,219,158); }

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