Html Css Color HEX #DEDBA7 Mint Julep

📋 copy color: '#DEDBA7'

red 222 ◦ green 219 ◦ blue 167

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

Shades of Mint Julep #DEDBA7

Tints of Mint Julep #DEDBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.47%

R = 36.51%
G = 36.02%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DEDBA7 (or 0xDEDBA7) is known color: Mint Julep. HEX triplet: DE, DB and A7. RGB value is (222,219,167). Sum of RGB (Red+Green+Blue) = 222+219+167=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 167 (65.62% from 255 or 27.47% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDBA7 is #212458. Grayscale: #D6D6D6. Windows color (decimal): -2171993 or 11000798. OLE color: 11000798.

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

Color convert

RGB 222 219 167 -
CMYK 0 0.01 0.25 0.13
HSL 56.73º 0.45% 0.76% -
HSV(B) 56.73º 0.25% 0.87% -
XYZ 62.43 68.98 46.58 -
YUV 213.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 222 219 167 0 0.01 0.25 0.13 56.73 0.45 0.76
Hex DE DB A7 0 1 19 D 39 2D 4C
Octal 336 333 247 0 1 31 15 71 55 114
Binary 11011110 11011011 10100111 0 1 11001 1101 111001 101101 1001100

Color Harmonies of #DEDBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDBA7

Black with #DEDBA7

Text Example


Text Example

White with #DEDBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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