Html Css Color HEX #DDACC1 Melanie

📋 copy color: '#DDACC1'

red 221 ◦ green 172 ◦ blue 193

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

Shades of Melanie #DDACC1

Tints of Melanie #DDACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.35%

 BLUE value IS 193 (75.78% from 255) = 32.94%

R = 37.71%
G = 29.35%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DDACC1 (or 0xDDACC1) is known color: Melanie. HEX triplet: DD, AC and C1. RGB value is (221,172,193). Sum of RGB (Red+Green+Blue) = 221+172+193=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC1 is #22533E. Grayscale: #BDBDBD. Windows color (decimal): -2249535 or 12692701. OLE color: 12692701.

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

Color convert

RGB 221 172 193 -
CMYK 0 0.22 0.13 0.13
HSL 334.29º 0.42% 0.77% -
HSV(B) 334.29º 0.22% 0.87% -
XYZ 54.2 48.73 57 -
YUV 189.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 221 172 193 0 0.22 0.13 0.13 334.29 0.42 0.77
Hex DD AC C1 0 16 D D 14E 2A 4D
Octal 335 254 301 0 26 15 15 516 52 115
Binary 11011101 10101100 11000001 0 10110 1101 1101 101001110 101010 1001101

Color Harmonies of #DDACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACC1

Black with #DDACC1

Text Example


Text Example

White with #DDACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACC1; }

 p { color: rgb(221,172,193); }

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

background-color css

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

 a { background-color: rgb(221,172,193); }

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

border-color css

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

 span { border-color: rgb(221,172,193); }

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