Html Css Color HEX #DEDCAC Mint Julep

📋 copy color: '#DEDCAC'

red 222 ◦ green 220 ◦ blue 172

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

Shades of Mint Julep #DEDCAC

Tints of Mint Julep #DEDCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.83%

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

R = 36.16%
G = 35.83%
B = 28.01%

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

#DEDCAC (or 0xDEDCAC) is known color: Mint Julep. HEX triplet: DE, DC and AC. RGB value is (222,220,172). Sum of RGB (Red+Green+Blue) = 222+220+172=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDCAC is #212353. Grayscale: #D7D7D7. Windows color (decimal): -2171732 or 11328734. OLE color: 11328734.

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

Color convert

RGB 222 220 172 -
CMYK 0 0.01 0.23 0.13
HSL 57.6º 0.43% 0.77% -
HSV(B) 57.6º 0.23% 0.87% -
XYZ 63.16 69.69 49.15 -
YUV 215.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 222 220 172 0 0.01 0.23 0.13 57.6 0.43 0.77
Hex DE DC AC 0 1 17 D 3A 2B 4D
Octal 336 334 254 0 1 27 15 72 53 115
Binary 11011110 11011100 10101100 0 1 10111 1101 111010 101011 1001101

Color Harmonies of #DEDCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDCAC

Black with #DEDCAC

Text Example


Text Example

White with #DEDCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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