#D8DBA2

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

Shades of Mint Julep #D8DBA2

Tints of Mint Julep #D8DBA2

Color information

#D8DBA2 (or 0xD8DBA2) is unknown color: approx Mint Julep. HEX triplet: D8, DB and A2. RGB value is (216,219,162). Sum of RGB (Red+Green+Blue) = 216+219+162=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 162 (63.67% from 255 or 27.14% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DBA2 is #27245D. Grayscale: #D3D3D3. Windows color (decimal): -2565214 or 10673112. OLE color: 10673112.

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

Color convert

RGB216219162-
CMYK0.0100.260.14
HSL63.16º44.19%74.71%-
HSV(B)63.16º26.03%85.88%-
XYZ60.1767.8744.11-
YUV211.6100.01131.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.18%
GREEN value IS 219 (85.94% from 255) = 36.68%
BLUE value IS 162 (63.67% from 255) = 27.14%
R=36.18%
G=36.68%
B=27.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162191620.0100.260.1463.1644.1974.71
HexD8DBA2101AE3f2c4b
Octal3303332421032167754113
Binary110110001101101110100010101101011101111111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBA2; }

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

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

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

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

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

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

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

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