Html Css Color HEX #DDAAC1 Melanie

📋 copy color: '#DDAAC1'

red 221 ◦ green 170 ◦ blue 193

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

Shades of Melanie #DDAAC1

Tints of Melanie #DDAAC1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.11%

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

R = 37.84%
G = 29.11%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DDAAC1 (or 0xDDAAC1) is known color: Melanie. HEX triplet: DD, AA and C1. RGB value is (221,170,193). Sum of RGB (Red+Green+Blue) = 221+170+193=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAC1 is #22553E. Grayscale: #BBBBBB. Windows color (decimal): -2250047 or 12692189. OLE color: 12692189.

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

Color convert

RGB 221 170 193 -
CMYK 0 0.23 0.13 0.13
HSL 332.94º 0.43% 0.77% -
HSV(B) 332.94º 0.23% 0.87% -
XYZ 53.82 47.97 56.88 -
YUV 187.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 221 170 193 0 0.23 0.13 0.13 332.94 0.43 0.77
Hex DD AA C1 0 17 D D 14D 2B 4D
Octal 335 252 301 0 27 15 15 515 53 115
Binary 11011101 10101010 11000001 0 10111 1101 1101 101001101 101011 1001101

Color Harmonies of #DDAAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAC1

Black with #DDAAC1

Text Example


Text Example

White with #DDAAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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