Html Css Color HEX #DEDBA2 Mint Julep

📋 copy color: '#DEDBA2'

red 222 ◦ green 219 ◦ blue 162

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

Shades of Mint Julep #DEDBA2

Tints of Mint Julep #DEDBA2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.32%

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

R = 36.82%
G = 36.32%
B = 26.87%

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

#DEDBA2 (or 0xDEDBA2) is known color: Mint Julep. HEX triplet: DE, DB and A2. RGB value is (222,219,162). Sum of RGB (Red+Green+Blue) = 222+219+162=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDBA2 is #21245D. Grayscale: #D5D5D5. Windows color (decimal): -2171998 or 10673118. OLE color: 10673118.

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

Color convert

RGB 222 219 162 -
CMYK 0 0.01 0.27 0.13
HSL 57º 0.48% 0.75% -
HSV(B) 57º 0.27% 0.87% -
XYZ 61.98 68.8 44.2 -
YUV 213.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 222 219 162 0 0.01 0.27 0.13 57 0.48 0.75
Hex DE DB A2 0 1 1B D 39 30 4B
Octal 336 333 242 0 1 33 15 71 60 113
Binary 11011110 11011011 10100010 0 1 11011 1101 111001 110000 1001011

Color Harmonies of #DEDBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDBA2

Black with #DEDBA2

Text Example


Text Example

White with #DEDBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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