Html Css Color HEX #DBDBA6 Mint Julep

📋 copy color: '#DBDBA6'

red 219 ◦ green 219 ◦ blue 166

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

Shades of Mint Julep #DBDBA6

Tints of Mint Julep #DBDBA6

RGB

 RED value IS 219 (85.94% from 255) = 36.26%

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

 BLUE value IS 166 (65.23% from 255) = 27.48%

R = 36.26%
G = 36.26%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DBDBA6 (or 0xDBDBA6) is known color: Mint Julep. HEX triplet: DB, DB and A6. RGB value is (219,219,166). Sum of RGB (Red+Green+Blue) = 219+219+166=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 166 (65.23% from 255 or 27.48% from 604); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDBA6 is #242459. Grayscale: #D5D5D5. Windows color (decimal): -2368602 or 10935259. OLE color: 10935259.

HSL color Cylindrical-coordinate representation of color #DBDBA6: hue angle of 60º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBDBA6 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 166 -
CMYK 0 0 0.24 0.14
HSL 60º 0.42% 0.75% -
HSV(B) 60º 0.24% 0.86% -
XYZ 61.43 68.48 46.06 -
YUV 212.96 101.5 132.31 -
System Red Green Blue C M Y K H S L
Decimal 219 219 166 0 0 0.24 0.14 60 0.42 0.75
Hex DB DB A6 0 0 18 E 3C 2A 4B
Octal 333 333 246 0 0 30 16 74 52 113
Binary 11011011 11011011 10100110 0 0 11000 1110 111100 101010 1001011

Color Harmonies of #DBDBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBA6

Black with #DBDBA6

Text Example


Text Example

White with #DBDBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBA6; }

 p { color: rgb(219,219,166); }

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

background-color css

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

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

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

border-color css

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

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

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