#DCDE9E

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

Shades of Mint Julep #DCDE9E

Tints of Mint Julep #DCDE9E

Color information

#DCDE9E (or 0xDCDE9E) is unknown color: approx Mint Julep. HEX triplet: DC, DE and 9E. RGB value is (220,222,158). Sum of RGB (Red+Green+Blue) = 220+222+158=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 158 (62.11% from 255 or 26.33% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE9E is #232161. Grayscale: #D6D6D6. Windows color (decimal): -2302306 or 10411740. OLE color: 10411740.

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

Color convert

RGB220222158-
CMYK0.0100.290.13
HSL61.88º49.23%74.51%-
HSV(B)61.88º28.83%87.06%-
XYZ61.8169.9342.59-
YUV214.1196.34132.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 158 (62.11% from 255) = 26.33%
R=36.67%
G=37%
B=26.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221580.0100.290.1361.8849.2374.51
HexDCDE9E101DD3e314b
Octal3343362361035157661113
Binary110111001101111010011110101110111011111101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDE9E; }

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

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

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

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

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

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

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

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