Html Css Color HEX #D5ABB9 Melanie

📋 copy color: '#D5ABB9'

red 213 ◦ green 171 ◦ blue 185

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

Shades of Melanie #D5ABB9

Tints of Melanie #D5ABB9

RGB

 RED value IS 213 (83.59% from 255) = 37.43%

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

 BLUE value IS 185 (72.66% from 255) = 32.51%

R = 37.43%
G = 30.05%
B = 32.51%

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

#D5ABB9 (or 0xD5ABB9) is known color: Melanie. HEX triplet: D5, AB and B9. RGB value is (213,171,185). Sum of RGB (Red+Green+Blue) = 213+171+185=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABB9 is #2A5446. Grayscale: #B9B9B9. Windows color (decimal): -2774087 or 12168149. OLE color: 12168149.

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

Color convert

RGB 213 171 185 -
CMYK 0 0.20 0.13 0.16
HSL 340º 0.33% 0.75% -
HSV(B) 340º 0.2% 0.84% -
XYZ 50.76 46.77 52.25 -
YUV 185.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 213 171 185 0 0.20 0.13 0.16 340 0.33 0.75
Hex D5 AB B9 0 14 D 10 154 21 4B
Octal 325 253 271 0 24 15 20 524 41 113
Binary 11010101 10101011 10111001 0 10100 1101 10000 101010100 100001 1001011

Color Harmonies of #D5ABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABB9

Black with #D5ABB9

Text Example


Text Example

White with #D5ABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABB9; }

 p { color: rgb(213,171,185); }

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

background-color css

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

 a { background-color: rgb(213,171,185); }

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

border-color css

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

 span { border-color: rgb(213,171,185); }

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