Html Css Color HEX #DCDEA0 Mint Julep

📋 copy color: '#DCDEA0'

red 220 ◦ green 222 ◦ blue 160

#DCDEA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Julep #DCDEA0

Tints of Mint Julep #DCDEA0

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 value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DCDEA0 (or 0xDCDEA0) is known color: 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

RGB 220 222 160 -
CMYK 0.01 0 0.28 0.13
HSL 61.94º 0.48% 0.75% -
HSV(B) 61.94º 0.28% 0.87% -
XYZ 61.98 70 43.5 -
YUV 214.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 220 222 160 0.01 0 0.28 0.13 61.94 0.48 0.75
Hex DC DE A0 1 0 1C D 3E 30 4B
Octal 334 336 240 1 0 34 15 76 60 113
Binary 11011100 11011110 10100000 1 0 11100 1101 111110 110000 1001011

Color Harmonies of #DCDEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDEA0

Black with #DCDEA0

Text Example


Text Example

White with #DCDEA0

Text Example


Text Example

HTML Codes & Css Web 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>