Html Css Color HEX #DDDBB1 Mint Julep

📋 copy color: '#DDDBB1'

red 221 ◦ green 219 ◦ blue 177

#DDDBB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Julep #DDDBB1

Tints of Mint Julep #DDDBB1

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 value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDDBB1 (or 0xDDDBB1) is known color: 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

RGB 221 219 177 -
CMYK 0 0.01 0.20 0.13
HSL 57.27º 0.39% 0.78% -
HSV(B) 57.27º 0.2% 0.87% -
XYZ 63.09 69.21 51.63 -
YUV 214.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 221 219 177 0 0.01 0.20 0.13 57.27 0.39 0.78
Hex DD DB B1 0 1 14 D 39 27 4E
Octal 335 333 261 0 1 24 15 71 47 116
Binary 11011101 11011011 10110001 0 1 10100 1101 111001 100111 1001110

Color Harmonies of #DDDBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDBB1

Black with #DDDBB1

Text Example


Text Example

White with #DDDBB1

Text Example


Text Example

HTML Codes & Css Web 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>