Html Css Color HEX #DEDAAE Mint Julep

📋 copy color: '#DEDAAE'

red 222 ◦ green 218 ◦ blue 174

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

Shades of Mint Julep #DEDAAE

Tints of Mint Julep #DEDAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.34%

R = 36.16%
G = 35.5%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DEDAAE (or 0xDEDAAE) is known color: Mint Julep. HEX triplet: DE, DA and AE. RGB value is (222,218,174). Sum of RGB (Red+Green+Blue) = 222+218+174=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDAAE is #212551. Grayscale: #D6D6D6. Windows color (decimal): -2172242 or 11459294. OLE color: 11459294.

HSL color Cylindrical-coordinate representation of color #DEDAAE: hue angle of 55º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEDAAE is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 218 174 -
CMYK 0 0.02 0.22 0.13
HSL 55º 0.42% 0.78% -
HSV(B) 55º 0.22% 0.87% -
XYZ 62.84 68.73 50 -
YUV 214.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 222 218 174 0 0.02 0.22 0.13 55 0.42 0.78
Hex DE DA AE 0 2 16 D 37 2A 4E
Octal 336 332 256 0 2 26 15 67 52 116
Binary 11011110 11011010 10101110 0 10 10110 1101 110111 101010 1001110

Color Harmonies of #DEDAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDAAE

Black with #DEDAAE

Text Example


Text Example

White with #DEDAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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