Html Css Color HEX #DED9AF Mint Julep

📋 copy color: '#DED9AF'

red 222 ◦ green 217 ◦ blue 175

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

Shades of Mint Julep #DED9AF

Tints of Mint Julep #DED9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.34%

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

R = 36.16%
G = 35.34%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DED9AF (or 0xDED9AF) is known color: Mint Julep. HEX triplet: DE, D9 and AF. RGB value is (222,217,175). Sum of RGB (Red+Green+Blue) = 222+217+175=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED9AF is #212650. Grayscale: #D5D5D5. Windows color (decimal): -2172497 or 11524574. OLE color: 11524574.

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

Color convert

RGB 222 217 175 -
CMYK 0 0.02 0.21 0.13
HSL 53.62º 0.42% 0.78% -
HSV(B) 53.62º 0.21% 0.87% -
XYZ 62.67 68.25 50.43 -
YUV 213.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 222 217 175 0 0.02 0.21 0.13 53.62 0.42 0.78
Hex DE D9 AF 0 2 15 D 36 2A 4E
Octal 336 331 257 0 2 25 15 66 52 116
Binary 11011110 11011001 10101111 0 10 10101 1101 110110 101010 1001110

Color Harmonies of #DED9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED9AF

Black with #DED9AF

Text Example


Text Example

White with #DED9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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