#DEDCAD

Color #DEDCAD Mint Julep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Julep #DEDCAD

Tints of Mint Julep #DEDCAD

Color information

#DEDCAD (or 0xDEDCAD) is unknown color: approx 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

RGB222220173-
CMYK00.010.220.13
HSL57.55º42.61%77.45%-
HSV(B)57.55º22.07%87.06%-
XYZ63.2669.7349.66-
YUV215.24104.16132.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 173 (67.97% from 255) = 28.13%
R=36.10%
G=35.77%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222017300.010.220.1357.5542.6177.45
HexDEDCAD0116D3a2b4d
Octal3363342550126157253115
Binary110111101101110010101101011011011011110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>