#DDDCAC

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

Shades of Mint Julep #DDDCAC

Tints of Mint Julep #DDDCAC

Color information

#DDDCAC (or 0xDDDCAC) is unknown color: approx Mint Julep. HEX triplet: DD, DC and AC. RGB value is (221,220,172). Sum of RGB (Red+Green+Blue) = 221+220+172=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCAC is #222353. Grayscale: #D7D7D7. Windows color (decimal): -2237268 or 11328733. OLE color: 11328733.

HSL color Cylindrical-coordinate representation of color #DDDCAC: hue angle of 58.78º degrees, saturation: 0.42, 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 #DDDCAC is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221220172-
CMYK00.000.220.13
HSL58.78º41.88%77.06%-
HSV(B)58.78º22.17%86.67%-
XYZ62.8669.5449.14-
YUV214.83103.83132.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 172 (67.58% from 255) = 28.06%
R=36.05%
G=35.89%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122017200.000.220.1358.7841.8877.06
HexDDDCAC0016D3b2a4d
Octal3353342540026157352115
Binary110111011101110010101100001011011011110111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCAC; }

 p { color: rgb(221,220,172); }

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

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

 a { background-color: rgb(221,220,172); }

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

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

 span { border-color: rgb(221,220,172); }

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