Html Css Color HEX #DDABBD Melanie

📋 copy color: '#DDABBD'

red 221 ◦ green 171 ◦ blue 189

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

Shades of Melanie #DDABBD

Tints of Melanie #DDABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.53%

R = 38.04%
G = 29.43%
B = 32.53%

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

#DDABBD (or 0xDDABBD) is known color: Melanie. HEX triplet: DD, AB and BD. RGB value is (221,171,189). Sum of RGB (Red+Green+Blue) = 221+171+189=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABBD is #225442. Grayscale: #BBBBBB. Windows color (decimal): -2249795 or 12430301. OLE color: 12430301.

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

Color convert

RGB 221 171 189 -
CMYK 0 0.23 0.14 0.13
HSL 338.4º 0.42% 0.77% -
HSV(B) 338.4º 0.23% 0.87% -
XYZ 53.57 48.17 54.62 -
YUV 188 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 221 171 189 0 0.23 0.14 0.13 338.4 0.42 0.77
Hex DD AB BD 0 17 E D 152 2A 4D
Octal 335 253 275 0 27 16 15 522 52 115
Binary 11011101 10101011 10111101 0 10111 1110 1101 101010010 101010 1001101

Color Harmonies of #DDABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABBD

Black with #DDABBD

Text Example


Text Example

White with #DDABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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