Html Css Color HEX #DED8AF Mint Julep

📋 copy color: '#DED8AF'

red 222 ◦ green 216 ◦ blue 175

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

Shades of Mint Julep #DED8AF

Tints of Mint Julep #DED8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.24%

 BLUE value IS 175 (68.75% from 255) = 28.55%

R = 36.22%
G = 35.24%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DED8AF (or 0xDED8AF) is known color: Mint Julep. HEX triplet: DE, D8 and AF. RGB value is (222,216,175). Sum of RGB (Red+Green+Blue) = 222+216+175=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED8AF is #212750. Grayscale: #D5D5D5. Windows color (decimal): -2172753 or 11524318. OLE color: 11524318.

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

Color convert

RGB 222 216 175 -
CMYK 0 0.03 0.21 0.13
HSL 52.34º 0.42% 0.78% -
HSV(B) 52.34º 0.21% 0.87% -
XYZ 62.42 67.74 50.34 -
YUV 213.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 222 216 175 0 0.03 0.21 0.13 52.34 0.42 0.78
Hex DE D8 AF 0 3 15 D 34 2A 4E
Octal 336 330 257 0 3 25 15 64 52 116
Binary 11011110 11011000 10101111 0 11 10101 1101 110100 101010 1001110

Color Harmonies of #DED8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED8AF

Black with #DED8AF

Text Example


Text Example

White with #DED8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED8AF; }

 p { color: rgb(222,216,175); }

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

background-color css

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

 a { background-color: rgb(222,216,175); }

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

border-color css

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

 span { border-color: rgb(222,216,175); }

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