Html Css Color HEX #DBDCA6 Mint Julep

📋 copy color: '#DBDCA6'

red 219 ◦ green 220 ◦ blue 166

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

Shades of Mint Julep #DBDCA6

Tints of Mint Julep #DBDCA6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.36%

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

R = 36.2%
G = 36.36%
B = 27.44%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DBDCA6 (or 0xDBDCA6) is known color: Mint Julep. HEX triplet: DB, DC and A6. RGB value is (219,220,166). Sum of RGB (Red+Green+Blue) = 219+220+166=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCA6 is #242359. Grayscale: #D5D5D5. Windows color (decimal): -2368346 or 10935515. OLE color: 10935515.

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

Color convert

RGB 219 220 166 -
CMYK 0.00 0 0.25 0.14
HSL 61.11º 0.44% 0.76% -
HSV(B) 61.11º 0.25% 0.86% -
XYZ 61.69 69 46.14 -
YUV 213.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 219 220 166 0.00 0 0.25 0.14 61.11 0.44 0.76
Hex DB DC A6 0 0 19 E 3D 2C 4C
Octal 333 334 246 0 0 31 16 75 54 114
Binary 11011011 11011100 10100110 0 0 11001 1110 111101 101100 1001100

Color Harmonies of #DBDCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDCA6

Black with #DBDCA6

Text Example


Text Example

White with #DBDCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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