Html Css Color HEX #DEDBAB Mint Julep

📋 copy color: '#DEDBAB'

red 222 ◦ green 219 ◦ blue 171

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

Shades of Mint Julep #DEDBAB

Tints of Mint Julep #DEDBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.94%

R = 36.27%
G = 35.78%
B = 27.94%

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

#DEDBAB (or 0xDEDBAB) is known color: Mint Julep. HEX triplet: DE, DB and AB. RGB value is (222,219,171). Sum of RGB (Red+Green+Blue) = 222+219+171=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDBAB is #212454. Grayscale: #D6D6D6. Windows color (decimal): -2171989 or 11262942. OLE color: 11262942.

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

Color convert

RGB 222 219 171 -
CMYK 0 0.01 0.23 0.13
HSL 56.47º 0.44% 0.77% -
HSV(B) 56.47º 0.23% 0.87% -
XYZ 62.81 69.13 48.56 -
YUV 214.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 222 219 171 0 0.01 0.23 0.13 56.47 0.44 0.77
Hex DE DB AB 0 1 17 D 38 2C 4D
Octal 336 333 253 0 1 27 15 70 54 115
Binary 11011110 11011011 10101011 0 1 10111 1101 111000 101100 1001101

Color Harmonies of #DEDBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDBAB

Black with #DEDBAB

Text Example


Text Example

White with #DEDBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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