Html Css Color HEX #DEE0A0 Mint Julep

📋 copy color: '#DEE0A0'

red 222 ◦ green 224 ◦ blue 160

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

Shades of Mint Julep #DEE0A0

Tints of Mint Julep #DEE0A0

RGB

 RED value IS 222 (87.11% from 255) = 36.63%

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

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

R = 36.63%
G = 36.96%
B = 26.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#DEE0A0 (or 0xDEE0A0) is known color: Mint Julep. HEX triplet: DE, E0 and A0. RGB value is (222,224,160). Sum of RGB (Red+Green+Blue) = 222+224+160=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 160 (62.89% from 255 or 26.40% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE0A0 is #211F5F. Grayscale: #D8D8D8. Windows color (decimal): -2170720 or 10543326. OLE color: 10543326.

HSL color Cylindrical-coordinate representation of color #DEE0A0: hue angle of 61.88º 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 #DEE0A0 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 224 160 -
CMYK 0.01 0 0.29 0.12
HSL 61.88º 0.51% 0.75% -
HSV(B) 61.88º 0.29% 0.88% -
XYZ 63.13 71.38 43.71 -
YUV 216.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 222 224 160 0.01 0 0.29 0.12 61.88 0.51 0.75
Hex DE E0 A0 1 0 1D C 3E 33 4B
Octal 336 340 240 1 0 35 14 76 63 113
Binary 11011110 11100000 10100000 1 0 11101 1100 111110 110011 1001011

Color Harmonies of #DEE0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE0A0

Black with #DEE0A0

Text Example


Text Example

White with #DEE0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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