#DCDEA3

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

Shades of Mint Julep #DCDEA3

Tints of Mint Julep #DCDEA3

Color information

#DCDEA3 (or 0xDCDEA3) is unknown color: approx Mint Julep. HEX triplet: DC, DE and A3. RGB value is (220,222,163). Sum of RGB (Red+Green+Blue) = 220+222+163=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 163 (64.06% from 255 or 26.94% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDEA3 is #23215C. Grayscale: #D6D6D6. Windows color (decimal): -2302301 or 10739420. OLE color: 10739420.

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

Color convert

RGB220222163-
CMYK0.0100.270.13
HSL62.03º47.2%75.49%-
HSV(B)62.03º26.58%87.06%-
XYZ62.2570.144.9-
YUV214.6898.84131.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 163 (64.06% from 255) = 26.94%
R=36.36%
G=36.69%
B=26.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221630.0100.270.1362.0347.275.49
HexDCDEA3101BD3e2f4b
Octal3343362431033157657113
Binary110111001101111010100011101101111011111101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEA3; }

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

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

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

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

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

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

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

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