Html Css Color HEX #D7ABBA Melanie

📋 copy color: '#D7ABBA'

red 215 ◦ green 171 ◦ blue 186

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

Shades of Melanie #D7ABBA

Tints of Melanie #D7ABBA

RGB

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

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

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

R = 37.59%
G = 29.9%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D7ABBA (or 0xD7ABBA) is known color: Melanie. HEX triplet: D7, AB and BA. RGB value is (215,171,186). Sum of RGB (Red+Green+Blue) = 215+171+186=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABBA is #285445. Grayscale: #B9B9B9. Windows color (decimal): -2643014 or 12233687. OLE color: 12233687.

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

Color convert

RGB 215 171 186 -
CMYK 0 0.20 0.13 0.16
HSL 339.55º 0.35% 0.76% -
HSV(B) 339.55º 0.2% 0.84% -
XYZ 51.45 47.12 52.84 -
YUV 185.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 215 171 186 0 0.20 0.13 0.16 339.55 0.35 0.76
Hex D7 AB BA 0 14 D 10 154 23 4C
Octal 327 253 272 0 24 15 20 524 43 114
Binary 11010111 10101011 10111010 0 10100 1101 10000 101010100 100011 1001100

Color Harmonies of #D7ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABBA

Black with #D7ABBA

Text Example


Text Example

White with #D7ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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