Html Css Color HEX #DED8B1 Mint Julep

📋 copy color: '#DED8B1'

red 222 ◦ green 216 ◦ blue 177

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

Shades of Mint Julep #DED8B1

Tints of Mint Julep #DED8B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.78%

R = 36.1%
G = 35.12%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DED8B1 (or 0xDED8B1) is known color: Mint Julep. HEX triplet: DE, D8 and B1. RGB value is (222,216,177). Sum of RGB (Red+Green+Blue) = 222+216+177=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED8B1 is #21274E. Grayscale: #D5D5D5. Windows color (decimal): -2172751 or 11655390. OLE color: 11655390.

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

Color convert

RGB 222 216 177 -
CMYK 0 0.03 0.20 0.13
HSL 52º 0.41% 0.78% -
HSV(B) 52º 0.2% 0.87% -
XYZ 62.62 67.82 51.38 -
YUV 213.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 222 216 177 0 0.03 0.20 0.13 52 0.41 0.78
Hex DE D8 B1 0 3 14 D 34 29 4E
Octal 336 330 261 0 3 24 15 64 51 116
Binary 11011110 11011000 10110001 0 11 10100 1101 110100 101001 1001110

Color Harmonies of #DED8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED8B1

Black with #DED8B1

Text Example


Text Example

White with #DED8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED8B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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