Html Css Color HEX #DDAABF Melanie

📋 copy color: '#DDAABF'

red 221 ◦ green 170 ◦ blue 191

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

Shades of Melanie #DDAABF

Tints of Melanie #DDAABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.82%

R = 37.97%
G = 29.21%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDAABF (or 0xDDAABF) is known color: Melanie. HEX triplet: DD, AA and BF. RGB value is (221,170,191). Sum of RGB (Red+Green+Blue) = 221+170+191=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAABF is #225540. Grayscale: #BBBBBB. Windows color (decimal): -2250049 or 12561117. OLE color: 12561117.

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

Color convert

RGB 221 170 191 -
CMYK 0 0.23 0.14 0.13
HSL 335.29º 0.43% 0.77% -
HSV(B) 335.29º 0.23% 0.87% -
XYZ 53.6 47.88 55.71 -
YUV 187.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 221 170 191 0 0.23 0.14 0.13 335.29 0.43 0.77
Hex DD AA BF 0 17 E D 14F 2B 4D
Octal 335 252 277 0 27 16 15 517 53 115
Binary 11011101 10101010 10111111 0 10111 1110 1101 101001111 101011 1001101

Color Harmonies of #DDAABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAABF

Black with #DDAABF

Text Example


Text Example

White with #DDAABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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