#DFD8AE

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

Shades of Mint Julep #DFD8AE

Tints of Mint Julep #DFD8AE

Color information

#DFD8AE (or 0xDFD8AE) is unknown color: approx Mint Julep. HEX triplet: DF, D8 and AE. RGB value is (223,216,174). Sum of RGB (Red+Green+Blue) = 223+216+174=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD8AE is #202751. Grayscale: #D5D5D5. Windows color (decimal): -2107218 or 11458783. OLE color: 11458783.

HSL color Cylindrical-coordinate representation of color #DFD8AE: hue angle of 51.43º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFD8AE is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223216174-
CMYK00.030.220.13
HSL51.43º43.36%77.84%-
HSV(B)51.43º21.97%87.45%-
XYZ62.6367.8649.84-
YUV213.3105.82134.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 174 (68.36% from 255) = 28.38%
R=36.38%
G=35.24%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321617400.030.220.1351.4343.3677.84
HexDFD8AE0316D332b4e
Octal3373302560326156353116
Binary1101111111011000101011100111011011011100111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8AE; }

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

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

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

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

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

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

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

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