Html Css Color HEX #DEDEA6 Mint Julep

📋 copy color: '#DEDEA6'

red 222 ◦ green 222 ◦ blue 166

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

Shades of Mint Julep #DEDEA6

Tints of Mint Julep #DEDEA6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.39%

 BLUE value IS 166 (65.23% from 255) = 27.21%

R = 36.39%
G = 36.39%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DEDEA6 (or 0xDEDEA6) is known color: Mint Julep. HEX triplet: DE, DE and A6. RGB value is (222,222,166). Sum of RGB (Red+Green+Blue) = 222+222+166=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 166 (65.23% from 255 or 27.21% from 610); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDEA6 is #212159. Grayscale: #D7D7D7. Windows color (decimal): -2171226 or 10936030. OLE color: 10936030.

HSL color Cylindrical-coordinate representation of color #DEDEA6: hue angle of 60º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEDEA6 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 222 166 -
CMYK 0 0 0.25 0.13
HSL 60º 0.46% 0.76% -
HSV(B) 60º 0.25% 0.87% -
XYZ 63.13 70.53 46.36 -
YUV 215.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 222 222 166 0 0 0.25 0.13 60 0.46 0.76
Hex DE DE A6 0 0 19 D 3C 2E 4C
Octal 336 336 246 0 0 31 15 74 56 114
Binary 11011110 11011110 10100110 0 0 11001 1101 111100 101110 1001100

Color Harmonies of #DEDEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDEA6

Black with #DEDEA6

Text Example


Text Example

White with #DEDEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDEA6; }

 p { color: rgb(222,222,166); }

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

background-color css

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

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

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

border-color css

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

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

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