Html Css Color HEX #DDD9B2 Mint Julep

📋 copy color: '#DDD9B2'

red 221 ◦ green 217 ◦ blue 178

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

Shades of Mint Julep #DDD9B2

Tints of Mint Julep #DDD9B2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.23%

 BLUE value IS 178 (69.92% from 255) = 28.9%

R = 35.88%
G = 35.23%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDD9B2 (or 0xDDD9B2) is known color: Mint Julep. HEX triplet: DD, D9 and B2. RGB value is (221,217,178). Sum of RGB (Red+Green+Blue) = 221+217+178=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD9B2 is #22264D. Grayscale: #D5D5D5. Windows color (decimal): -2238030 or 11721181. OLE color: 11721181.

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

Color convert

RGB 221 217 178 -
CMYK 0 0.02 0.19 0.13
HSL 54.42º 0.39% 0.78% -
HSV(B) 54.42º 0.19% 0.87% -
XYZ 62.67 68.21 51.98 -
YUV 213.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 221 217 178 0 0.02 0.19 0.13 54.42 0.39 0.78
Hex DD D9 B2 0 2 13 D 36 27 4E
Octal 335 331 262 0 2 23 15 66 47 116
Binary 11011101 11011001 10110010 0 10 10011 1101 110110 100111 1001110

Color Harmonies of #DDD9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD9B2

Black with #DDD9B2

Text Example


Text Example

White with #DDD9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD9B2; }

 p { color: rgb(221,217,178); }

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

background-color css

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

 a { background-color: rgb(221,217,178); }

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

border-color css

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

 span { border-color: rgb(221,217,178); }

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