#DDDFA1

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

Shades of Mint Julep #DDDFA1

Tints of Mint Julep #DDDFA1

Color information

#DDDFA1 (or 0xDDDFA1) is unknown color: approx Mint Julep. HEX triplet: DD, DF and A1. RGB value is (221,223,161). Sum of RGB (Red+Green+Blue) = 221+223+161=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDFA1 is #22205E. Grayscale: #D7D7D7. Windows color (decimal): -2236511 or 10608605. OLE color: 10608605.

HSL color Cylindrical-coordinate representation of color #DDDFA1: hue angle of 61.94º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDDFA1 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221223161-
CMYK0.0100.280.13
HSL61.94º49.21%75.29%-
HSV(B)61.94º27.8%87.45%-
XYZ62.6470.7244.07-
YUV215.3397.34132.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 161 (63.28% from 255) = 26.61%
R=36.53%
G=36.86%
B=26.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231610.0100.280.1361.9449.2175.29
HexDDDFA1101CD3e314b
Octal3353372411034157661113
Binary110111011101111110100001101110011011111101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFA1; }

 p { color: rgb(221,223,161); }

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

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

 a { background-color: rgb(221,223,161); }

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

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

 span { border-color: rgb(221,223,161); }

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