Html Css Color HEX #DDABB9 Melanie

📋 copy color: '#DDABB9'

red 221 ◦ green 171 ◦ blue 185

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

Shades of Melanie #DDABB9

Tints of Melanie #DDABB9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.64%

 BLUE value IS 185 (72.66% from 255) = 32.06%

R = 38.3%
G = 29.64%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDABB9 (or 0xDDABB9) is known color: Melanie. HEX triplet: DD, AB and B9. RGB value is (221,171,185). Sum of RGB (Red+Green+Blue) = 221+171+185=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABB9 is #225446. Grayscale: #BBBBBB. Windows color (decimal): -2249799 or 12168157. OLE color: 12168157.

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

Color convert

RGB 221 171 185 -
CMYK 0 0.23 0.16 0.13
HSL 343.2º 0.42% 0.77% -
HSV(B) 343.2º 0.23% 0.87% -
XYZ 53.14 48 52.36 -
YUV 187.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 221 171 185 0 0.23 0.16 0.13 343.2 0.42 0.77
Hex DD AB B9 0 17 10 D 157 2A 4D
Octal 335 253 271 0 27 20 15 527 52 115
Binary 11011101 10101011 10111001 0 10111 10000 1101 101010111 101010 1001101

Color Harmonies of #DDABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABB9

Black with #DDABB9

Text Example


Text Example

White with #DDABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABB9; }

 p { color: rgb(221,171,185); }

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

background-color css

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

 a { background-color: rgb(221,171,185); }

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

border-color css

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

 span { border-color: rgb(221,171,185); }

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