#DFDAAC

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

Shades of Mint Julep #DFDAAC

Tints of Mint Julep #DFDAAC

Color information

#DFDAAC (or 0xDFDAAC) is unknown color: approx Mint Julep. HEX triplet: DF, DA and AC. RGB value is (223,218,172). Sum of RGB (Red+Green+Blue) = 223+218+172=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDAAC is #202553. Grayscale: #D6D6D6. Windows color (decimal): -2106708 or 11328223. OLE color: 11328223.

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

Color convert

RGB223218172-
CMYK00.020.230.13
HSL54.12º44.35%77.45%-
HSV(B)54.12º22.87%87.45%-
XYZ62.9568.8148.99-
YUV214.25104.16134.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 172 (67.58% from 255) = 28.06%
R=36.38%
G=35.56%
B=28.06%

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
Decimal22321817200.020.230.1354.1244.3577.45
HexDFDAAC0217D362c4d
Octal3373322540227156654115
Binary1101111111011010101011000101011111011101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAAC; }

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

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

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

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

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

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

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

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