#DADC9E

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

Shades of Mint Julep #DADC9E

Tints of Mint Julep #DADC9E

Color information

#DADC9E (or 0xDADC9E) is unknown color: approx Mint Julep. HEX triplet: DA, DC and 9E. RGB value is (218,220,158). Sum of RGB (Red+Green+Blue) = 218+220+158=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC9E is #252361. Grayscale: #D4D4D4. Windows color (decimal): -2433890 or 10411226. OLE color: 10411226.

HSL color Cylindrical-coordinate representation of color #DADC9E: hue angle of 61.94º degrees, saturation: 0.47, 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 #DADC9E is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB218220158-
CMYK0.0100.280.14
HSL61.94º46.97%74.12%-
HSV(B)61.94º28.18%86.27%-
XYZ60.6868.5642.38-
YUV212.3397.34132.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 158 (62.11% from 255) = 26.51%
R=36.58%
G=36.91%
B=26.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201580.0100.280.1461.9446.9774.12
HexDADC9E101CE3e2f4a
Octal3323342361034167657112
Binary110110101101110010011110101110011101111101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADC9E; }

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

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

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

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

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

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

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

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