#DFDAAF

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

Shades of Mint Julep #DFDAAF

Tints of Mint Julep #DFDAAF

Color information

#DFDAAF (or 0xDFDAAF) is unknown color: approx Mint Julep. HEX triplet: DF, DA and AF. RGB value is (223,218,175). Sum of RGB (Red+Green+Blue) = 223+218+175=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDAAF is #202550. Grayscale: #D6D6D6. Windows color (decimal): -2106705 or 11524831. OLE color: 11524831.

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

Color convert

RGB223218175-
CMYK00.020.220.13
HSL53.75º42.86%78.04%-
HSV(B)53.75º21.52%87.45%-
XYZ63.2468.9350.53-
YUV214.59105.66134-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=36.20%
G=35.39%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321817500.020.220.1353.7542.8678.04
HexDFDAAF0216D362b4e
Octal3373322570226156653116
Binary1101111111011010101011110101011011011101101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAAF; }

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

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

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

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

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

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

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

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