Html Css Color HEX #DEDFA0 Mint Julep

📋 copy color: '#DEDFA0'

red 222 ◦ green 223 ◦ blue 160

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

Shades of Mint Julep #DEDFA0

Tints of Mint Julep #DEDFA0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.86%

 BLUE value IS 160 (62.89% from 255) = 26.45%

R = 36.69%
G = 36.86%
B = 26.45%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DEDFA0 (or 0xDEDFA0) is known color: Mint Julep. HEX triplet: DE, DF and A0. RGB value is (222,223,160). Sum of RGB (Red+Green+Blue) = 222+223+160=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 160 (62.89% from 255 or 26.45% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDFA0 is #21205F. Grayscale: #D7D7D7. Windows color (decimal): -2170976 or 10543070. OLE color: 10543070.

HSL color Cylindrical-coordinate representation of color #DEDFA0: hue angle of 60.95º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEDFA0 is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 223 160 -
CMYK 0.00 0 0.28 0.13
HSL 60.95º 0.5% 0.75% -
HSV(B) 60.95º 0.28% 0.87% -
XYZ 62.86 70.84 43.62 -
YUV 215.52 96.67 132.62 -
System Red Green Blue C M Y K H S L
Decimal 222 223 160 0.00 0 0.28 0.13 60.95 0.5 0.75
Hex DE DF A0 0 0 1C D 3D 32 4B
Octal 336 337 240 0 0 34 15 75 62 113
Binary 11011110 11011111 10100000 0 0 11100 1101 111101 110010 1001011

Color Harmonies of #DEDFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDFA0

Black with #DEDFA0

Text Example


Text Example

White with #DEDFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDFA0; }

 p { color: rgb(222,223,160); }

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

background-color css

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

 a { background-color: rgb(222,223,160); }

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

border-color css

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

 span { border-color: rgb(222,223,160); }

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