Html Css Color HEX #DFE0A0 Mint Julep

📋 copy color: '#DFE0A0'

red 223 ◦ green 224 ◦ blue 160

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

Shades of Mint Julep #DFE0A0

Tints of Mint Julep #DFE0A0

RGB

 RED value IS 223 (87.5% from 255) = 36.74%

 GREEN value IS 224 (87.89% from 255) = 36.9%

 BLUE value IS 160 (62.89% from 255) = 26.36%

R = 36.74%
G = 36.9%
B = 26.36%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#DFE0A0 (or 0xDFE0A0) is known color: Mint Julep. HEX triplet: DF, E0 and A0. RGB value is (223,224,160). Sum of RGB (Red+Green+Blue) = 223+224+160=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE0A0 is #201F5F. Grayscale: #D8D8D8. Windows color (decimal): -2105184 or 10543327. OLE color: 10543327.

HSL color Cylindrical-coordinate representation of color #DFE0A0: hue angle of 60.94º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFE0A0 is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 224 160 -
CMYK 0.00 0 0.29 0.12
HSL 60.94º 0.51% 0.75% -
HSV(B) 60.94º 0.29% 0.88% -
XYZ 63.43 71.54 43.72 -
YUV 216.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 223 224 160 0.00 0 0.29 0.12 60.94 0.51 0.75
Hex DF E0 A0 0 0 1D C 3D 33 4B
Octal 337 340 240 0 0 35 14 75 63 113
Binary 11011111 11100000 10100000 0 0 11101 1100 111101 110011 1001011

Color Harmonies of #DFE0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE0A0

Black with #DFE0A0

Text Example


Text Example

White with #DFE0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE0A0; }

 p { color: rgb(223,224,160); }

 H1.HeaderClassName
 {
   color: #DFE0A0;
 }
 .AnyTagClassName
 {
   color: #DFE0A0;
 }
</style>

background-color css

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

 a { background-color: rgb(223,224,160); }

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

border-color css

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

 span { border-color: rgb(223,224,160); }

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