#D8DBA1

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

Shades of Mint Julep #D8DBA1

Tints of Mint Julep #D8DBA1

Color information

#D8DBA1 (or 0xD8DBA1) is unknown color: approx Mint Julep. HEX triplet: D8, DB and A1. RGB value is (216,219,161). Sum of RGB (Red+Green+Blue) = 216+219+161=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DBA1 is #27245E. Grayscale: #D3D3D3. Windows color (decimal): -2565215 or 10607576. OLE color: 10607576.

HSL color Cylindrical-coordinate representation of color #D8DBA1: hue angle of 63.1º degrees, saturation: 0.45, 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 #D8DBA1 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB216219161-
CMYK0.0100.260.14
HSL63.1º44.62%74.51%-
HSV(B)63.1º26.48%85.88%-
XYZ60.0867.8443.64-
YUV211.4999.51131.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.24%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 161 (63.28% from 255) = 27.01%
R=36.24%
G=36.74%
B=27.01%

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
Decimal2162191610.0100.260.1463.144.6274.51
HexD8DBA1101AE3f2d4b
Octal3303332411032167755113
Binary110110001101101110100001101101011101111111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBA1; }

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

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

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

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

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

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

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

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