#DCDEA0

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

Shades of Mint Julep #DCDEA0

Tints of Mint Julep #DCDEA0

Color information

#DCDEA0 (or 0xDCDEA0) is unknown color: approx Mint Julep. HEX triplet: DC, DE and A0. RGB value is (220,222,160). Sum of RGB (Red+Green+Blue) = 220+222+160=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDEA0 is #23215F. Grayscale: #D6D6D6. Windows color (decimal): -2302304 or 10542812. OLE color: 10542812.

HSL color Cylindrical-coordinate representation of color #DCDEA0: hue angle of 61.94º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCDEA0 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB220222160-
CMYK0.0100.280.13
HSL61.94º48.44%74.9%-
HSV(B)61.94º27.93%87.06%-
XYZ61.987043.5-
YUV214.3397.34132.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 222 (87.11% from 255) = 36.88%
BLUE value IS 160 (62.89% from 255) = 26.58%
R=36.54%
G=36.88%
B=26.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221600.0100.280.1361.9448.4474.9
HexDCDEA0101CD3e304b
Octal3343362401034157660113
Binary110111001101111010100000101110011011111101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEA0; }

 p { color: rgb(220,222,160); }

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

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

 a { background-color: rgb(220,222,160); }

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

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

 span { border-color: rgb(220,222,160); }

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