#DBD8AE

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

Shades of Mint Julep #DBD8AE

Tints of Mint Julep #DBD8AE

Color information

#DBD8AE (or 0xDBD8AE) is unknown color: approx Mint Julep. HEX triplet: DB, D8 and AE. RGB value is (219,216,174). Sum of RGB (Red+Green+Blue) = 219+216+174=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD8AE is #242751. Grayscale: #D4D4D4. Windows color (decimal): -2369362 or 11458779. OLE color: 11458779.

HSL color Cylindrical-coordinate representation of color #DBD8AE: hue angle of 56º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBD8AE is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219216174-
CMYK00.010.210.14
HSL56º38.46%77.06%-
HSV(B)56º20.55%85.88%-
XYZ61.4167.2349.78-
YUV212.11106.49132.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 216 (84.77% from 255) = 35.47%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=35.96%
G=35.47%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921617400.010.210.145638.4677.06
HexDBD8AE0115E38264d
Octal3333302560125167046115
Binary110110111101100010101110011010111101110001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8AE; }

 p { color: rgb(219,216,174); }

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

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

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

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

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

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

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