#DFDCB0

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

Shades of Mint Julep #DFDCB0

Tints of Mint Julep #DFDCB0

Color information

#DFDCB0 (or 0xDFDCB0) is unknown color: approx Mint Julep. HEX triplet: DF, DC and B0. RGB value is (223,220,176). Sum of RGB (Red+Green+Blue) = 223+220+176=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCB0 is #20234F. Grayscale: #D8D8D8. Windows color (decimal): -2106192 or 11590879. OLE color: 11590879.

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

Color convert

RGB223220176-
CMYK00.010.210.13
HSL56.17º42.34%78.24%-
HSV(B)56.17º21.08%87.45%-
XYZ63.8670.0151.22-
YUV215.88105.49133.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 176 (69.14% from 255) = 28.43%
R=36.03%
G=35.54%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322017600.010.210.1356.1742.3478.24
HexDFDCB00115D382a4e
Octal3373342600125157052116
Binary110111111101110010110000011010111011110001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCB0; }

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

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

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

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

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

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

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

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