#DADCA6

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

Shades of Mint Julep #DADCA6

Tints of Mint Julep #DADCA6

Color information

#DADCA6 (or 0xDADCA6) is unknown color: approx Mint Julep. HEX triplet: DA, DC and A6. RGB value is (218,220,166). Sum of RGB (Red+Green+Blue) = 218+220+166=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 166 (65.23% from 255 or 27.48% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCA6 is #252359. Grayscale: #D5D5D5. Windows color (decimal): -2433882 or 10935514. OLE color: 10935514.

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

Color convert

RGB218220166-
CMYK0.0100.250.14
HSL62.22º43.55%75.69%-
HSV(B)62.22º24.55%86.27%-
XYZ61.3968.8546.13-
YUV213.25101.34131.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 166 (65.23% from 255) = 27.48%
R=36.09%
G=36.42%
B=27.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201660.0100.250.1462.2243.5575.69
HexDADCA61019E3e2c4c
Octal3323342461031167654114
Binary110110101101110010100110101100111101111101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCA6; }

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

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

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

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

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

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

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

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