#DBDBAB

Color #DBDBAB Mint Julep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Julep #DBDBAB

Tints of Mint Julep #DBDBAB

Color information

#DBDBAB (or 0xDBDBAB) is unknown color: approx Mint Julep. HEX triplet: DB, DB and AB. RGB value is (219,219,171). Sum of RGB (Red+Green+Blue) = 219+219+171=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDBAB is #242454. Grayscale: #D5D5D5. Windows color (decimal): -2368597 or 11262939. OLE color: 11262939.

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

Color convert

RGB219219171-
CMYK000.220.14
HSL60º40%76.47%-
HSV(B)60º21.92%85.88%-
XYZ61.968.6648.52-
YUV213.53104131.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 219 (85.94% from 255) = 35.96%
BLUE value IS 171 (67.19% from 255) = 28.08%
R=35.96%
G=35.96%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219171000.220.14604076.47
HexDBDBAB0016E3c284c
Octal3333332530026167450114
Binary110110111101101110101011001011011101111001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBAB; }

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

 H1.HeaderClassName
 {
   color: #DBDBAB;
 }
 .AnyTagClassName
 {
   color: #DBDBAB;
 }
</style>
background-color css

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

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

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

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

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

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