Html Css Color HEX #D9ABBA Melanie

📋 copy color: '#D9ABBA'

red 217 ◦ green 171 ◦ blue 186

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

Shades of Melanie #D9ABBA

Tints of Melanie #D9ABBA

RGB

 RED value IS 217 (85.16% from 255) = 37.8%

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

 BLUE value IS 186 (73.05% from 255) = 32.4%

R = 37.8%
G = 29.79%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9ABBA (or 0xD9ABBA) is known color: Melanie. HEX triplet: D9, AB and BA. RGB value is (217,171,186). Sum of RGB (Red+Green+Blue) = 217+171+186=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABBA is #265445. Grayscale: #BABABA. Windows color (decimal): -2511942 or 12233689. OLE color: 12233689.

HSL color Cylindrical-coordinate representation of color #D9ABBA: hue angle of 340.43º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ABBA is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 171 186 -
CMYK 0 0.21 0.14 0.15
HSL 340.43º 0.38% 0.76% -
HSV(B) 340.43º 0.21% 0.85% -
XYZ 52.04 47.42 52.87 -
YUV 186.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 217 171 186 0 0.21 0.14 0.15 340.43 0.38 0.76
Hex D9 AB BA 0 15 E F 154 26 4C
Octal 331 253 272 0 25 16 17 524 46 114
Binary 11011001 10101011 10111010 0 10101 1110 1111 101010100 100110 1001100

Color Harmonies of #D9ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABBA

Black with #D9ABBA

Text Example


Text Example

White with #D9ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABBA; }

 p { color: rgb(217,171,186); }

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

background-color css

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

 a { background-color: rgb(217,171,186); }

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

border-color css

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

 span { border-color: rgb(217,171,186); }

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