Html Css Color HEX #DEDBA5 Mint Julep

📋 copy color: '#DEDBA5'

red 222 ◦ green 219 ◦ blue 165

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

Shades of Mint Julep #DEDBA5

Tints of Mint Julep #DEDBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.23%

R = 36.63%
G = 36.14%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DEDBA5 (or 0xDEDBA5) is known color: Mint Julep. HEX triplet: DE, DB and A5. RGB value is (222,219,165). Sum of RGB (Red+Green+Blue) = 222+219+165=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDBA5 is #21245A. Grayscale: #D5D5D5. Windows color (decimal): -2171995 or 10869726. OLE color: 10869726.

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

Color convert

RGB 222 219 165 -
CMYK 0 0.01 0.26 0.13
HSL 56.84º 0.46% 0.76% -
HSV(B) 56.84º 0.26% 0.87% -
XYZ 62.25 68.91 45.62 -
YUV 213.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 222 219 165 0 0.01 0.26 0.13 56.84 0.46 0.76
Hex DE DB A5 0 1 1A D 39 2E 4C
Octal 336 333 245 0 1 32 15 71 56 114
Binary 11011110 11011011 10100101 0 1 11010 1101 111001 101110 1001100

Color Harmonies of #DEDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDBA5

Black with #DEDBA5

Text Example


Text Example

White with #DEDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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