#DDDBB1

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

Shades of Mint Julep #DDDBB1

Tints of Mint Julep #DDDBB1

Color information

#DDDBB1 (or 0xDDDBB1) is unknown color: approx Mint Julep. HEX triplet: DD, DB and B1. RGB value is (221,219,177). Sum of RGB (Red+Green+Blue) = 221+219+177=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBB1 is #22244E. Grayscale: #D6D6D6. Windows color (decimal): -2237519 or 11656157. OLE color: 11656157.

HSL color Cylindrical-coordinate representation of color #DDDBB1: hue angle of 57.27º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDDBB1 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB221219177-
CMYK00.010.200.13
HSL57.27º39.29%78.04%-
HSV(B)57.27º19.91%86.67%-
XYZ63.0969.2151.63-
YUV214.81106.66132.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 177 (69.53% from 255) = 28.69%
R=35.82%
G=35.49%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121917700.010.200.1357.2739.2978.04
HexDDDBB10114D39274e
Octal3353332610124157147116
Binary110111011101101110110001011010011011110011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBB1; }

 p { color: rgb(221,219,177); }

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

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

 a { background-color: rgb(221,219,177); }

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

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

 span { border-color: rgb(221,219,177); }

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