#D9DD9D

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

Shades of Mint Julep #D9DD9D

Tints of Mint Julep #D9DD9D

Color information

#D9DD9D (or 0xD9DD9D) is unknown color: approx Mint Julep. HEX triplet: D9, DD and 9D. RGB value is (217,221,157). Sum of RGB (Red+Green+Blue) = 217+221+157=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DD9D is #262262. Grayscale: #D4D4D4. Windows color (decimal): -2499171 or 10345945. OLE color: 10345945.

HSL color Cylindrical-coordinate representation of color #D9DD9D: hue angle of 63.75º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9DD9D is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB217221157-
CMYK0.0200.290.13
HSL63.75º48.48%74.12%-
HSV(B)63.75º28.96%86.67%-
XYZ60.5668.942.01-
YUV212.5196.67131.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.47%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 157 (61.72% from 255) = 26.39%
R=36.47%
G=37.14%
B=26.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172211570.0200.290.1363.7548.4874.12
HexD9DD9D201DD40304a
Octal33133523520351510060112
Binary11011001110111011001110110011101110110000001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DD9D; }

 p { color: rgb(217,221,157); }

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

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

 a { background-color: rgb(217,221,157); }

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

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

 span { border-color: rgb(217,221,157); }

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