Html Css Color HEX #DEDEA3 Mint Julep

📋 copy color: '#DEDEA3'

red 222 ◦ green 222 ◦ blue 163

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

Shades of Mint Julep #DEDEA3

Tints of Mint Julep #DEDEA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 26.85%

R = 36.57%
G = 36.57%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DEDEA3 (or 0xDEDEA3) is known color: Mint Julep. HEX triplet: DE, DE and A3. RGB value is (222,222,163). Sum of RGB (Red+Green+Blue) = 222+222+163=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 163 (64.06% from 255 or 26.85% from 607); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDEA3 is #21215C. Grayscale: #D7D7D7. Windows color (decimal): -2171229 or 10739422. OLE color: 10739422.

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

Color convert

RGB 222 222 163 -
CMYK 0 0 0.27 0.13
HSL 60º 0.47% 0.75% -
HSV(B) 60º 0.27% 0.87% -
XYZ 62.86 70.42 44.93 -
YUV 215.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 222 222 163 0 0 0.27 0.13 60 0.47 0.75
Hex DE DE A3 0 0 1B D 3C 2F 4B
Octal 336 336 243 0 0 33 15 74 57 113
Binary 11011110 11011110 10100011 0 0 11011 1101 111100 101111 1001011

Color Harmonies of #DEDEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDEA3

Black with #DEDEA3

Text Example


Text Example

White with #DEDEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDEA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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