#DDD8A1

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

Shades of Mint Julep #DDD8A1

Tints of Mint Julep #DDD8A1

Color information

#DDD8A1 (or 0xDDD8A1) is unknown color: approx Mint Julep. HEX triplet: DD, D8 and A1. RGB value is (221,216,161). Sum of RGB (Red+Green+Blue) = 221+216+161=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD8A1 is #22275E. Grayscale: #D3D3D3. Windows color (decimal): -2238303 or 10606813. OLE color: 10606813.

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

Color convert

RGB221216161-
CMYK00.020.270.13
HSL55º46.88%74.9%-
HSV(B)55º27.15%86.67%-
XYZ60.8167.0643.46-
YUV211.2299.66134.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 216 (84.77% from 255) = 36.12%
BLUE value IS 161 (63.28% from 255) = 26.92%
R=36.96%
G=36.12%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121616100.020.270.135546.8874.9
HexDDD8A1021BD372f4b
Octal3353302410233156757113
Binary1101110111011000101000010101101111011101111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8A1; }

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

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

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

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

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

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

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

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