Html Css Color HEX #DADAA8 Mint Julep

📋 copy color: '#DADAA8'

red 218 ◦ green 218 ◦ blue 168

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

Shades of Mint Julep #DADAA8

Tints of Mint Julep #DADAA8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.09%

 BLUE value IS 168 (66.02% from 255) = 27.81%

R = 36.09%
G = 36.09%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DADAA8 (or 0xDADAA8) is known color: Mint Julep. HEX triplet: DA, DA and A8. RGB value is (218,218,168). Sum of RGB (Red+Green+Blue) = 218+218+168=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADAA8 is #252557. Grayscale: #D4D4D4. Windows color (decimal): -2434392 or 11066074. OLE color: 11066074.

HSL color Cylindrical-coordinate representation of color #DADAA8: hue angle of 60º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DADAA8 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 168 -
CMYK 0 0 0.23 0.15
HSL 60º 0.4% 0.76% -
HSV(B) 60º 0.23% 0.85% -
XYZ 61.05 67.88 46.93 -
YUV 212.3 103 132.07 -
System Red Green Blue C M Y K H S L
Decimal 218 218 168 0 0 0.23 0.15 60 0.4 0.76
Hex DA DA A8 0 0 17 F 3C 28 4C
Octal 332 332 250 0 0 27 17 74 50 114
Binary 11011010 11011010 10101000 0 0 10111 1111 111100 101000 1001100

Color Harmonies of #DADAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAA8

Black with #DADAA8

Text Example


Text Example

White with #DADAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAA8; }

 p { color: rgb(218,218,168); }

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

background-color css

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

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

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

border-color css

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

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

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