#DFDAB0

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

Shades of Mint Julep #DFDAB0

Tints of Mint Julep #DFDAB0

Color information

#DFDAB0 (or 0xDFDAB0) is unknown color: approx Mint Julep. HEX triplet: DF, DA and B0. RGB value is (223,218,176). Sum of RGB (Red+Green+Blue) = 223+218+176=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDAB0 is #20254F. Grayscale: #D6D6D6. Windows color (decimal): -2106704 or 11590367. OLE color: 11590367.

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

Color convert

RGB223218176-
CMYK00.020.210.13
HSL53.62º42.34%78.24%-
HSV(B)53.62º21.08%87.45%-
XYZ63.3468.9751.05-
YUV214.71106.16133.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.14%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 176 (69.14% from 255) = 28.53%
R=36.14%
G=35.33%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321817600.020.210.1353.6242.3478.24
HexDFDAB00215D362a4e
Octal3373322600225156652116
Binary1101111111011010101100000101010111011101101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAB0; }

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

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

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

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

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

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

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

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