#DADD9E

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

Shades of Mint Julep #DADD9E

Tints of Mint Julep #DADD9E

Color information

#DADD9E (or 0xDADD9E) is unknown color: approx Mint Julep. HEX triplet: DA, DD and 9E. RGB value is (218,221,158). Sum of RGB (Red+Green+Blue) = 218+221+158=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 158 (62.11% from 255 or 26.47% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD9E is #252261. Grayscale: #D5D5D5. Windows color (decimal): -2433634 or 10411482. OLE color: 10411482.

HSL color Cylindrical-coordinate representation of color #DADD9E: hue angle of 62.86º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DADD9E is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB218221158-
CMYK0.0100.290.13
HSL62.86º48.09%74.31%-
HSV(B)62.86º28.51%86.67%-
XYZ60.9469.0942.47-
YUV212.9297.01131.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 158 (62.11% from 255) = 26.47%
R=36.52%
G=37.02%
B=26.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211580.0100.290.1362.8648.0974.31
HexDADD9E101DD3f304a
Octal3323352361035157760112
Binary110110101101110110011110101110111011111111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADD9E; }

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

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

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

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

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

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

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

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