Html Css Color HEX #DEDCA8 Mint Julep

📋 copy color: '#DEDCA8'

red 222 ◦ green 220 ◦ blue 168

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

Shades of Mint Julep #DEDCA8

Tints of Mint Julep #DEDCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.54%

R = 36.39%
G = 36.07%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DEDCA8 (or 0xDEDCA8) is known color: Mint Julep. HEX triplet: DE, DC and A8. RGB value is (222,220,168). Sum of RGB (Red+Green+Blue) = 222+220+168=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDCA8 is #212357. Grayscale: #D6D6D6. Windows color (decimal): -2171736 or 11066590. OLE color: 11066590.

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

Color convert

RGB 222 220 168 -
CMYK 0 0.01 0.24 0.13
HSL 57.78º 0.45% 0.76% -
HSV(B) 57.78º 0.24% 0.87% -
XYZ 62.79 69.54 47.16 -
YUV 214.67 101.66 133.23 -
System Red Green Blue C M Y K H S L
Decimal 222 220 168 0 0.01 0.24 0.13 57.78 0.45 0.76
Hex DE DC A8 0 1 18 D 3A 2D 4C
Octal 336 334 250 0 1 30 15 72 55 114
Binary 11011110 11011100 10101000 0 1 11000 1101 111010 101101 1001100

Color Harmonies of #DEDCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDCA8

Black with #DEDCA8

Text Example


Text Example

White with #DEDCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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