Html Css Color HEX #DEDCA2 Mint Julep

📋 copy color: '#DEDCA2'

red 222 ◦ green 220 ◦ blue 162

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

Shades of Mint Julep #DEDCA2

Tints of Mint Julep #DEDCA2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.42%

 BLUE value IS 162 (63.67% from 255) = 26.82%

R = 36.75%
G = 36.42%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DEDCA2 (or 0xDEDCA2) is known color: Mint Julep. HEX triplet: DE, DC and A2. RGB value is (222,220,162). Sum of RGB (Red+Green+Blue) = 222+220+162=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDCA2 is #21235D. Grayscale: #D6D6D6. Windows color (decimal): -2171742 or 10673374. OLE color: 10673374.

HSL color Cylindrical-coordinate representation of color #DEDCA2: hue angle of 58º degrees, saturation: 0.48, 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 #DEDCA2 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 220 162 -
CMYK 0 0.01 0.27 0.13
HSL 58º 0.48% 0.75% -
HSV(B) 58º 0.27% 0.87% -
XYZ 62.24 69.32 44.28 -
YUV 213.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 222 220 162 0 0.01 0.27 0.13 58 0.48 0.75
Hex DE DC A2 0 1 1B D 3A 30 4B
Octal 336 334 242 0 1 33 15 72 60 113
Binary 11011110 11011100 10100010 0 1 11011 1101 111010 110000 1001011

Color Harmonies of #DEDCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDCA2

Black with #DEDCA2

Text Example


Text Example

White with #DEDCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDCA2; }

 p { color: rgb(222,220,162); }

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

background-color css

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

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

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

border-color css

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

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

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