Html Css Color HEX #DDD6B1 Mint Julep

📋 copy color: '#DDD6B1'

red 221 ◦ green 214 ◦ blue 177

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

Shades of Mint Julep #DDD6B1

Tints of Mint Julep #DDD6B1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.97%

 BLUE value IS 177 (69.53% from 255) = 28.92%

R = 36.11%
G = 34.97%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDD6B1 (or 0xDDD6B1) is known color: Mint Julep. HEX triplet: DD, D6 and B1. RGB value is (221,214,177). Sum of RGB (Red+Green+Blue) = 221+214+177=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 177 (69.53% from 255 or 28.92% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD6B1 is #22294E. Grayscale: #D4D4D4. Windows color (decimal): -2238799 or 11654877. OLE color: 11654877.

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

Color convert

RGB 221 214 177 -
CMYK 0 0.03 0.20 0.13
HSL 50.45º 0.39% 0.78% -
HSV(B) 50.45º 0.2% 0.87% -
XYZ 61.8 66.64 51.2 -
YUV 211.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 221 214 177 0 0.03 0.20 0.13 50.45 0.39 0.78
Hex DD D6 B1 0 3 14 D 32 27 4E
Octal 335 326 261 0 3 24 15 62 47 116
Binary 11011101 11010110 10110001 0 11 10100 1101 110010 100111 1001110

Color Harmonies of #DDD6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6B1

Black with #DDD6B1

Text Example


Text Example

White with #DDD6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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