#DFDCAE

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

Shades of Mint Julep #DFDCAE

Tints of Mint Julep #DFDCAE

Color information

#DFDCAE (or 0xDFDCAE) is unknown color: approx Mint Julep. HEX triplet: DF, DC and AE. RGB value is (223,220,174). Sum of RGB (Red+Green+Blue) = 223+220+174=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCAE is #202351. Grayscale: #D7D7D7. Windows color (decimal): -2106194 or 11459807. OLE color: 11459807.

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

Color convert

RGB223220174-
CMYK00.010.220.13
HSL56.33º43.36%77.84%-
HSV(B)56.33º21.97%87.45%-
XYZ63.6669.9350.19-
YUV215.65104.49133.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.14%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 174 (68.36% from 255) = 28.20%
R=36.14%
G=35.66%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322017400.010.220.1356.3343.3677.84
HexDFDCAE0116D382b4e
Octal3373342560126157053116
Binary110111111101110010101110011011011011110001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCAE; }

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

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

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

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

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

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

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

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