Html Css Color HEX #DDDBB0 Mint Julep

📋 copy color: '#DDDBB0'

red 221 ◦ green 219 ◦ blue 176

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

Shades of Mint Julep #DDDBB0

Tints of Mint Julep #DDDBB0

RGB

 RED value IS 221 (86.72% from 255) = 35.88%

 GREEN value IS 219 (85.94% from 255) = 35.55%

 BLUE value IS 176 (69.14% from 255) = 28.57%

R = 35.88%
G = 35.55%
B = 28.57%

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

#DDDBB0 (or 0xDDDBB0) is known color: Mint Julep. HEX triplet: DD, DB and B0. RGB value is (221,219,176). Sum of RGB (Red+Green+Blue) = 221+219+176=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBB0 is #22244F. Grayscale: #D6D6D6. Windows color (decimal): -2237520 or 11590621. OLE color: 11590621.

HSL color Cylindrical-coordinate representation of color #DDDBB0: hue angle of 57.33º degrees, saturation: 0.4, 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 #DDDBB0 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 219 176 -
CMYK 0 0.01 0.20 0.13
HSL 57.33º 0.4% 0.78% -
HSV(B) 57.33º 0.2% 0.87% -
XYZ 62.99 69.17 51.11 -
YUV 214.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 221 219 176 0 0.01 0.20 0.13 57.33 0.4 0.78
Hex DD DB B0 0 1 14 D 39 28 4E
Octal 335 333 260 0 1 24 15 71 50 116
Binary 11011101 11011011 10110000 0 1 10100 1101 111001 101000 1001110

Color Harmonies of #DDDBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDBB0

Black with #DDDBB0

Text Example


Text Example

White with #DDDBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDBB0; }

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

 H1.HeaderClassName
 {
   color: #DDDBB0;
 }
 .AnyTagClassName
 {
   color: #DDDBB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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