#DCDAAE

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

Shades of Mint Julep #DCDAAE

Tints of Mint Julep #DCDAAE

Color information

#DCDAAE (or 0xDCDAAE) is unknown color: approx Mint Julep. HEX triplet: DC, DA and AE. RGB value is (220,218,174). Sum of RGB (Red+Green+Blue) = 220+218+174=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAAE is #232551. Grayscale: #D5D5D5. Windows color (decimal): -2303314 or 11459292. OLE color: 11459292.

HSL color Cylindrical-coordinate representation of color #DCDAAE: hue angle of 57.39º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCDAAE is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220218174-
CMYK00.010.210.14
HSL57.39º39.66%77.25%-
HSV(B)57.39º20.91%86.27%-
XYZ62.2368.4149.97-
YUV213.58105.66132.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 174 (68.36% from 255) = 28.43%
R=35.95%
G=35.62%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021817400.010.210.1457.3939.6677.25
HexDCDAAE0115E39284d
Octal3343322560125167150115
Binary110111001101101010101110011010111101110011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAAE; }

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

 H1.HeaderClassName
 {
   color: #DCDAAE;
 }
 .AnyTagClassName
 {
   color: #DCDAAE;
 }
</style>
background-color css

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

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

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

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

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

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