Html Css Color HEX #D7ABBD Melanie

📋 copy color: '#D7ABBD'

red 215 ◦ green 171 ◦ blue 189

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

Shades of Melanie #D7ABBD

Tints of Melanie #D7ABBD

RGB

 RED value IS 215 (84.38% from 255) = 37.39%

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

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

R = 37.39%
G = 29.74%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D7ABBD (or 0xD7ABBD) is known color: Melanie. HEX triplet: D7, AB and BD. RGB value is (215,171,189). Sum of RGB (Red+Green+Blue) = 215+171+189=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABBD is #285442. Grayscale: #BABABA. Windows color (decimal): -2643011 or 12430295. OLE color: 12430295.

HSL color Cylindrical-coordinate representation of color #D7ABBD: hue angle of 335.45º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ABBD is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 171 189 -
CMYK 0 0.20 0.12 0.16
HSL 335.45º 0.35% 0.76% -
HSV(B) 335.45º 0.2% 0.84% -
XYZ 51.77 47.25 54.54 -
YUV 186.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 215 171 189 0 0.20 0.12 0.16 335.45 0.35 0.76
Hex D7 AB BD 0 14 C 10 14F 23 4C
Octal 327 253 275 0 24 14 20 517 43 114
Binary 11010111 10101011 10111101 0 10100 1100 10000 101001111 100011 1001100

Color Harmonies of #D7ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABBD

Black with #D7ABBD

Text Example


Text Example

White with #D7ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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