Html Css Color HEX #DADD9E Mint Julep

📋 copy color: '#DADD9E'

red 218 ◦ green 221 ◦ blue 158

#DADD9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Julep #DADD9E

Tints of Mint Julep #DADD9E

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 value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DADD9E (or 0xDADD9E) is known color: 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

RGB 218 221 158 -
CMYK 0.01 0 0.29 0.13
HSL 62.86º 0.48% 0.74% -
HSV(B) 62.86º 0.29% 0.87% -
XYZ 60.94 69.09 42.47 -
YUV 212.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 218 221 158 0.01 0 0.29 0.13 62.86 0.48 0.74
Hex DA DD 9E 1 0 1D D 3F 30 4A
Octal 332 335 236 1 0 35 15 77 60 112
Binary 11011010 11011101 10011110 1 0 11101 1101 111111 110000 1001010

Color Harmonies of #DADD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD9E

Black with #DADD9E

Text Example


Text Example

White with #DADD9E

Text Example


Text Example

HTML Codes & Css Web 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>