Html Css Color HEX #D5ABBD Melanie

📋 copy color: '#D5ABBD'

red 213 ◦ green 171 ◦ blue 189

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

Shades of Melanie #D5ABBD

Tints of Melanie #D5ABBD

RGB

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

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

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

R = 37.17%
G = 29.84%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5ABBD (or 0xD5ABBD) is known color: Melanie. HEX triplet: D5, AB and BD. RGB value is (213,171,189). Sum of RGB (Red+Green+Blue) = 213+171+189=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABBD is #2A5442. Grayscale: #B9B9B9. Windows color (decimal): -2774083 or 12430293. OLE color: 12430293.

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

Color convert

RGB 213 171 189 -
CMYK 0 0.20 0.11 0.16
HSL 334.29º 0.33% 0.75% -
HSV(B) 334.29º 0.2% 0.84% -
XYZ 51.19 46.95 54.51 -
YUV 185.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 213 171 189 0 0.20 0.11 0.16 334.29 0.33 0.75
Hex D5 AB BD 0 14 B 10 14E 21 4B
Octal 325 253 275 0 24 13 20 516 41 113
Binary 11010101 10101011 10111101 0 10100 1011 10000 101001110 100001 1001011

Color Harmonies of #D5ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABBD

Black with #D5ABBD

Text Example


Text Example

White with #D5ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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