Html Css Color HEX #DDDFA1 Mint Julep

📋 copy color: '#DDDFA1'

red 221 ◦ green 223 ◦ blue 161

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

Shades of Mint Julep #DDDFA1

Tints of Mint Julep #DDDFA1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.86%

 BLUE value IS 161 (63.28% from 255) = 26.61%

R = 36.53%
G = 36.86%
B = 26.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDDFA1 (or 0xDDDFA1) is known color: Mint Julep. HEX triplet: DD, DF and A1. RGB value is (221,223,161). Sum of RGB (Red+Green+Blue) = 221+223+161=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDFA1 is #22205E. Grayscale: #D7D7D7. Windows color (decimal): -2236511 or 10608605. OLE color: 10608605.

HSL color Cylindrical-coordinate representation of color #DDDFA1: hue angle of 61.94º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDDFA1 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 161 -
CMYK 0.01 0 0.28 0.13
HSL 61.94º 0.49% 0.75% -
HSV(B) 61.94º 0.28% 0.87% -
XYZ 62.64 70.72 44.07 -
YUV 215.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 221 223 161 0.01 0 0.28 0.13 61.94 0.49 0.75
Hex DD DF A1 1 0 1C D 3E 31 4B
Octal 335 337 241 1 0 34 15 76 61 113
Binary 11011101 11011111 10100001 1 0 11100 1101 111110 110001 1001011

Color Harmonies of #DDDFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFA1

Black with #DDDFA1

Text Example


Text Example

White with #DDDFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFA1; }

 p { color: rgb(221,223,161); }

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

background-color css

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

 a { background-color: rgb(221,223,161); }

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

border-color css

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

 span { border-color: rgb(221,223,161); }

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