Html Css Color HEX #DDDEA3 Mint Julep

📋 copy color: '#DDDEA3'

red 221 ◦ green 222 ◦ blue 163

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

Shades of Mint Julep #DDDEA3

Tints of Mint Julep #DDDEA3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.63%

 BLUE value IS 163 (64.06% from 255) = 26.9%

R = 36.47%
G = 36.63%
B = 26.9%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DDDEA3 (or 0xDDDEA3) is known color: Mint Julep. HEX triplet: DD, DE and A3. RGB value is (221,222,163). Sum of RGB (Red+Green+Blue) = 221+222+163=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 163 (64.06% from 255 or 26.90% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEA3 is #22215C. Grayscale: #D7D7D7. Windows color (decimal): -2236765 or 10739421. OLE color: 10739421.

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

Color convert

RGB 221 222 163 -
CMYK 0.00 0 0.27 0.13
HSL 61.02º 0.47% 0.75% -
HSV(B) 61.02º 0.27% 0.87% -
XYZ 62.55 70.26 44.91 -
YUV 214.98 98.67 132.3 -
System Red Green Blue C M Y K H S L
Decimal 221 222 163 0.00 0 0.27 0.13 61.02 0.47 0.75
Hex DD DE A3 0 0 1B D 3D 2F 4B
Octal 335 336 243 0 0 33 15 75 57 113
Binary 11011101 11011110 10100011 0 0 11011 1101 111101 101111 1001011

Color Harmonies of #DDDEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEA3

Black with #DDDEA3

Text Example


Text Example

White with #DDDEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEA3; }

 p { color: rgb(221,222,163); }

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

background-color css

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

 a { background-color: rgb(221,222,163); }

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

border-color css

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

 span { border-color: rgb(221,222,163); }

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