Html Css Color HEX #DEDCAD Mint Julep

📋 copy color: '#DEDCAD'

red 222 ◦ green 220 ◦ blue 173

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

Shades of Mint Julep #DEDCAD

Tints of Mint Julep #DEDCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.13%

R = 36.1%
G = 35.77%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DEDCAD (or 0xDEDCAD) is known color: Mint Julep. HEX triplet: DE, DC and AD. RGB value is (222,220,173). Sum of RGB (Red+Green+Blue) = 222+220+173=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDCAD is #212352. Grayscale: #D7D7D7. Windows color (decimal): -2171731 or 11394270. OLE color: 11394270.

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

Color convert

RGB 222 220 173 -
CMYK 0 0.01 0.22 0.13
HSL 57.55º 0.43% 0.77% -
HSV(B) 57.55º 0.22% 0.87% -
XYZ 63.26 69.73 49.66 -
YUV 215.24 104.16 132.82 -
System Red Green Blue C M Y K H S L
Decimal 222 220 173 0 0.01 0.22 0.13 57.55 0.43 0.77
Hex DE DC AD 0 1 16 D 3A 2B 4D
Octal 336 334 255 0 1 26 15 72 53 115
Binary 11011110 11011100 10101101 0 1 10110 1101 111010 101011 1001101

Color Harmonies of #DEDCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDCAD

Black with #DEDCAD

Text Example


Text Example

White with #DEDCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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