#DADCA5

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

Shades of Mint Julep #DADCA5

Tints of Mint Julep #DADCA5

Color information

#DADCA5 (or 0xDADCA5) is unknown color: approx Mint Julep. HEX triplet: DA, DC and A5. RGB value is (218,220,165). Sum of RGB (Red+Green+Blue) = 218+220+165=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCA5 is #25235A. Grayscale: #D5D5D5. Windows color (decimal): -2433883 or 10869978. OLE color: 10869978.

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

Color convert

RGB218220165-
CMYK0.0100.250.14
HSL62.18º44%75.49%-
HSV(B)62.18º25%86.27%-
XYZ61.368.8145.65-
YUV213.13100.84131.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 165 (64.84% from 255) = 27.36%
R=36.15%
G=36.48%
B=27.36%

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
Decimal2182201650.0100.250.1462.184475.49
HexDADCA51019E3e2c4b
Octal3323342451031167654113
Binary110110101101110010100101101100111101111101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCA5; }

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

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

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

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

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

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

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

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