Html Css Color HEX #DEDBAC Mint Julep

📋 copy color: '#DEDBAC'

red 222 ◦ green 219 ◦ blue 172

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

Shades of Mint Julep #DEDBAC

Tints of Mint Julep #DEDBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.06%

R = 36.22%
G = 35.73%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DEDBAC (or 0xDEDBAC) is known color: Mint Julep. HEX triplet: DE, DB and AC. RGB value is (222,219,172). Sum of RGB (Red+Green+Blue) = 222+219+172=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDBAC is #212453. Grayscale: #D6D6D6. Windows color (decimal): -2171988 or 11328478. OLE color: 11328478.

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

Color convert

RGB 222 219 172 -
CMYK 0 0.01 0.23 0.13
HSL 56.4º 0.43% 0.77% -
HSV(B) 56.4º 0.23% 0.87% -
XYZ 62.9 69.17 49.07 -
YUV 214.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 222 219 172 0 0.01 0.23 0.13 56.4 0.43 0.77
Hex DE DB AC 0 1 17 D 38 2B 4D
Octal 336 333 254 0 1 27 15 70 53 115
Binary 11011110 11011011 10101100 0 1 10111 1101 111000 101011 1001101

Color Harmonies of #DEDBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDBAC

Black with #DEDBAC

Text Example


Text Example

White with #DEDBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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