Html Css Color HEX #DDABBB Melanie

📋 copy color: '#DDABBB'

red 221 ◦ green 171 ◦ blue 187

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

Shades of Melanie #DDABBB

Tints of Melanie #DDABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.3%

R = 38.17%
G = 29.53%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDABBB (or 0xDDABBB) is known color: Melanie. HEX triplet: DD, AB and BB. RGB value is (221,171,187). Sum of RGB (Red+Green+Blue) = 221+171+187=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABBB is #225444. Grayscale: #BBBBBB. Windows color (decimal): -2249797 or 12299229. OLE color: 12299229.

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

Color convert

RGB 221 171 187 -
CMYK 0 0.23 0.15 0.13
HSL 340.8º 0.42% 0.77% -
HSV(B) 340.8º 0.23% 0.87% -
XYZ 53.35 48.09 53.48 -
YUV 187.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 221 171 187 0 0.23 0.15 0.13 340.8 0.42 0.77
Hex DD AB BB 0 17 F D 155 2A 4D
Octal 335 253 273 0 27 17 15 525 52 115
Binary 11011101 10101011 10111011 0 10111 1111 1101 101010101 101010 1001101

Color Harmonies of #DDABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABBB

Black with #DDABBB

Text Example


Text Example

White with #DDABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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