#DFDBAE

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

Shades of Mint Julep #DFDBAE

Tints of Mint Julep #DFDBAE

Color information

#DFDBAE (or 0xDFDBAE) is unknown color: approx Mint Julep. HEX triplet: DF, DB and AE. RGB value is (223,219,174). Sum of RGB (Red+Green+Blue) = 223+219+174=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDBAE is #202451. Grayscale: #D7D7D7. Windows color (decimal): -2106450 or 11459551. OLE color: 11459551.

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

Color convert

RGB223219174-
CMYK00.020.220.13
HSL55.1º43.36%77.84%-
HSV(B)55.1º21.97%87.45%-
XYZ63.469.4150.1-
YUV215.07104.83133.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 174 (68.36% from 255) = 28.25%
R=36.20%
G=35.55%
B=28.25%

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
Decimal22321917400.020.220.1355.143.3677.84
HexDFDBAE0216D372b4e
Octal3373332560226156753116
Binary1101111111011011101011100101011011011101111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBAE; }

 p { color: rgb(223,219,174); }

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

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

 a { background-color: rgb(223,219,174); }

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

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

 span { border-color: rgb(223,219,174); }

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