Html Css Color HEX #DADEA0 Mint Julep

📋 copy color: '#DADEA0'

red 218 ◦ green 222 ◦ blue 160

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

Shades of Mint Julep #DADEA0

Tints of Mint Julep #DADEA0

RGB

 RED value IS 218 (85.55% from 255) = 36.33%

 GREEN value IS 222 (87.11% from 255) = 37%

 BLUE value IS 160 (62.89% from 255) = 26.67%

R = 36.33%
G = 37%
B = 26.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DADEA0 (or 0xDADEA0) is known color: Mint Julep. HEX triplet: DA, DE and A0. RGB value is (218,222,160). Sum of RGB (Red+Green+Blue) = 218+222+160=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADEA0 is #25215F. Grayscale: #D5D5D5. Windows color (decimal): -2433376 or 10542810. OLE color: 10542810.

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

Color convert

RGB 218 222 160 -
CMYK 0.02 0 0.28 0.13
HSL 63.87º 0.48% 0.75% -
HSV(B) 63.87º 0.28% 0.87% -
XYZ 61.38 69.69 43.47 -
YUV 213.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 218 222 160 0.02 0 0.28 0.13 63.87 0.48 0.75
Hex DA DE A0 2 0 1C D 40 30 4B
Octal 332 336 240 2 0 34 15 100 60 113
Binary 11011010 11011110 10100000 10 0 11100 1101 1000000 110000 1001011

Color Harmonies of #DADEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEA0

Black with #DADEA0

Text Example


Text Example

White with #DADEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEA0; }

 p { color: rgb(218,222,160); }

 H1.HeaderClassName
 {
   color: #DADEA0;
 }
 .AnyTagClassName
 {
   color: #DADEA0;
 }
</style>

background-color css

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

 a { background-color: rgb(218,222,160); }

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

border-color css

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

 span { border-color: rgb(218,222,160); }

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