Html Css Color HEX #D5ABB8 Melanie

📋 copy color: '#D5ABB8'

red 213 ◦ green 171 ◦ blue 184

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

Shades of Melanie #D5ABB8

Tints of Melanie #D5ABB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.39%

R = 37.5%
G = 30.11%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D5ABB8 (or 0xD5ABB8) is known color: Melanie. HEX triplet: D5, AB and B8. RGB value is (213,171,184). Sum of RGB (Red+Green+Blue) = 213+171+184=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABB8 is #2A5447. Grayscale: #B9B9B9. Windows color (decimal): -2774088 or 12102613. OLE color: 12102613.

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

Color convert

RGB 213 171 184 -
CMYK 0 0.20 0.14 0.16
HSL 341.43º 0.33% 0.75% -
HSV(B) 341.43º 0.2% 0.84% -
XYZ 50.66 46.73 51.7 -
YUV 185.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 213 171 184 0 0.20 0.14 0.16 341.43 0.33 0.75
Hex D5 AB B8 0 14 E 10 155 21 4B
Octal 325 253 270 0 24 16 20 525 41 113
Binary 11010101 10101011 10111000 0 10100 1110 10000 101010101 100001 1001011

Color Harmonies of #D5ABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABB8

Black with #D5ABB8

Text Example


Text Example

White with #D5ABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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