#DFDAAB

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

Shades of Mint Julep #DFDAAB

Tints of Mint Julep #DFDAAB

Color information

#DFDAAB (or 0xDFDAAB) is unknown color: approx Mint Julep. HEX triplet: DF, DA and AB. RGB value is (223,218,171). Sum of RGB (Red+Green+Blue) = 223+218+171=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDAAB is #202554. Grayscale: #D6D6D6. Windows color (decimal): -2106709 or 11262687. OLE color: 11262687.

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

Color convert

RGB223218171-
CMYK00.020.230.13
HSL54.23º44.83%77.25%-
HSV(B)54.23º23.32%87.45%-
XYZ62.8568.7748.49-
YUV214.14103.66134.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 171 (67.19% from 255) = 27.94%
R=36.44%
G=35.62%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321817100.020.230.1354.2344.8377.25
HexDFDAAB0217D362d4d
Octal3373322530227156655115
Binary1101111111011010101010110101011111011101101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAAB; }

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

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

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

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

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

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

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

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