#DFD8AF

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

Shades of Mint Julep #DFD8AF

Tints of Mint Julep #DFD8AF

Color information

#DFD8AF (or 0xDFD8AF) is unknown color: approx Mint Julep. HEX triplet: DF, D8 and AF. RGB value is (223,216,175). Sum of RGB (Red+Green+Blue) = 223+216+175=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD8AF is #202750. Grayscale: #D5D5D5. Windows color (decimal): -2107217 or 11524319. OLE color: 11524319.

HSL color Cylindrical-coordinate representation of color #DFD8AF: hue angle of 51.25º 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 #DFD8AF is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223216175-
CMYK00.030.220.13
HSL51.25º42.86%78.04%-
HSV(B)51.25º21.52%87.45%-
XYZ62.7367.8950.36-
YUV213.42106.32134.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 216 (84.77% from 255) = 35.18%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=36.32%
G=35.18%
B=28.50%

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
Decimal22321617500.030.220.1351.2542.8678.04
HexDFD8AF0316D332b4e
Octal3373302570326156353116
Binary1101111111011000101011110111011011011100111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8AF; }

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

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

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

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

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

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

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

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