Html Css Color HEX #DDAAC0 Melanie

📋 copy color: '#DDAAC0'

red 221 ◦ green 170 ◦ blue 192

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

Shades of Melanie #DDAAC0

Tints of Melanie #DDAAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.93%

R = 37.91%
G = 29.16%
B = 32.93%

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

#DDAAC0 (or 0xDDAAC0) is known color: Melanie. HEX triplet: DD, AA and C0. RGB value is (221,170,192). Sum of RGB (Red+Green+Blue) = 221+170+192=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAC0 is #22553F. Grayscale: #BBBBBB. Windows color (decimal): -2250048 or 12626653. OLE color: 12626653.

HSL color Cylindrical-coordinate representation of color #DDAAC0: hue angle of 334.12º 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 #DDAAC0 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 192 -
CMYK 0 0.23 0.13 0.13
HSL 334.12º 0.43% 0.77% -
HSV(B) 334.12º 0.23% 0.87% -
XYZ 53.71 47.93 56.29 -
YUV 187.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 221 170 192 0 0.23 0.13 0.13 334.12 0.43 0.77
Hex DD AA C0 0 17 D D 14E 2B 4D
Octal 335 252 300 0 27 15 15 516 53 115
Binary 11011101 10101010 11000000 0 10111 1101 1101 101001110 101011 1001101

Color Harmonies of #DDAAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAC0

Black with #DDAAC0

Text Example


Text Example

White with #DDAAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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