Html Css Color HEX #DEDAAF Mint Julep

📋 copy color: '#DEDAAF'

red 222 ◦ green 218 ◦ blue 175

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

Shades of Mint Julep #DEDAAF

Tints of Mint Julep #DEDAAF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.45%

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

R = 36.1%
G = 35.45%
B = 28.46%

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

#DEDAAF (or 0xDEDAAF) is known color: Mint Julep. HEX triplet: DE, DA and AF. RGB value is (222,218,175). Sum of RGB (Red+Green+Blue) = 222+218+175=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDAAF is #212550. Grayscale: #D6D6D6. Windows color (decimal): -2172241 or 11524830. OLE color: 11524830.

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

Color convert

RGB 222 218 175 -
CMYK 0 0.02 0.21 0.13
HSL 54.89º 0.42% 0.78% -
HSV(B) 54.89º 0.21% 0.87% -
XYZ 62.93 68.77 50.51 -
YUV 214.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 222 218 175 0 0.02 0.21 0.13 54.89 0.42 0.78
Hex DE DA AF 0 2 15 D 37 2A 4E
Octal 336 332 257 0 2 25 15 67 52 116
Binary 11011110 11011010 10101111 0 10 10101 1101 110111 101010 1001110

Color Harmonies of #DEDAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDAAF

Black with #DEDAAF

Text Example


Text Example

White with #DEDAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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