Html Css Color HEX #DEDCAE Mint Julep

📋 copy color: '#DEDCAE'

red 222 ◦ green 220 ◦ blue 174

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

Shades of Mint Julep #DEDCAE

Tints of Mint Julep #DEDCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.25%

R = 36.04%
G = 35.71%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DEDCAE (or 0xDEDCAE) is known color: Mint Julep. HEX triplet: DE, DC and AE. RGB value is (222,220,174). Sum of RGB (Red+Green+Blue) = 222+220+174=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDCAE is #212351. Grayscale: #D7D7D7. Windows color (decimal): -2171730 or 11459806. OLE color: 11459806.

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

Color convert

RGB 222 220 174 -
CMYK 0 0.01 0.22 0.13
HSL 57.5º 0.42% 0.78% -
HSV(B) 57.5º 0.22% 0.87% -
XYZ 63.36 69.77 50.17 -
YUV 215.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 222 220 174 0 0.01 0.22 0.13 57.5 0.42 0.78
Hex DE DC AE 0 1 16 D 3A 2A 4E
Octal 336 334 256 0 1 26 15 72 52 116
Binary 11011110 11011100 10101110 0 1 10110 1101 111010 101010 1001110

Color Harmonies of #DEDCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDCAE

Black with #DEDCAE

Text Example


Text Example

White with #DEDCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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