Html Css Color HEX #DDD6AE Mint Julep

📋 copy color: '#DDD6AE'

red 221 ◦ green 214 ◦ blue 174

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

Shades of Mint Julep #DDD6AE

Tints of Mint Julep #DDD6AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.57%

R = 36.29%
G = 35.14%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DDD6AE (or 0xDDD6AE) is known color: Mint Julep. HEX triplet: DD, D6 and AE. RGB value is (221,214,174). Sum of RGB (Red+Green+Blue) = 221+214+174=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD6AE is #222951. Grayscale: #D3D3D3. Windows color (decimal): -2238802 or 11458269. OLE color: 11458269.

HSL color Cylindrical-coordinate representation of color #DDD6AE: hue angle of 51.06º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDD6AE is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 174 -
CMYK 0 0.03 0.21 0.13
HSL 51.06º 0.41% 0.77% -
HSV(B) 51.06º 0.21% 0.87% -
XYZ 61.51 66.52 49.64 -
YUV 211.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 221 214 174 0 0.03 0.21 0.13 51.06 0.41 0.77
Hex DD D6 AE 0 3 15 D 33 29 4D
Octal 335 326 256 0 3 25 15 63 51 115
Binary 11011101 11010110 10101110 0 11 10101 1101 110011 101001 1001101

Color Harmonies of #DDD6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6AE

Black with #DDD6AE

Text Example


Text Example

White with #DDD6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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