Html Css Color HEX #DADBA8 Mint Julep

📋 copy color: '#DADBA8'

red 218 ◦ green 219 ◦ blue 168

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

Shades of Mint Julep #DADBA8

Tints of Mint Julep #DADBA8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.2%

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

R = 36.03%
G = 36.2%
B = 27.77%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DADBA8 (or 0xDADBA8) is known color: Mint Julep. HEX triplet: DA, DB and A8. RGB value is (218,219,168). Sum of RGB (Red+Green+Blue) = 218+219+168=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADBA8 is #252457. Grayscale: #D5D5D5. Windows color (decimal): -2434136 or 11066330. OLE color: 11066330.

HSL color Cylindrical-coordinate representation of color #DADBA8: hue angle of 61.18º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DADBA8 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 168 -
CMYK 0.00 0 0.23 0.14
HSL 61.18º 0.41% 0.76% -
HSV(B) 61.18º 0.23% 0.86% -
XYZ 61.31 68.4 47.02 -
YUV 212.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 218 219 168 0.00 0 0.23 0.14 61.18 0.41 0.76
Hex DA DB A8 0 0 17 E 3D 29 4C
Octal 332 333 250 0 0 27 16 75 51 114
Binary 11011010 11011011 10101000 0 0 10111 1110 111101 101001 1001100

Color Harmonies of #DADBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADBA8

Black with #DADBA8

Text Example


Text Example

White with #DADBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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