Html Css Color HEX #D5ACBE Melanie

📋 copy color: '#D5ACBE'

red 213 ◦ green 172 ◦ blue 190

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

Shades of Melanie #D5ACBE

Tints of Melanie #D5ACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.91%

 BLUE value IS 190 (74.61% from 255) = 33.04%

R = 37.04%
G = 29.91%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5ACBE (or 0xD5ACBE) is known color: Melanie. HEX triplet: D5, AC and BE. RGB value is (213,172,190). Sum of RGB (Red+Green+Blue) = 213+172+190=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACBE is #2A5341. Grayscale: #BABABA. Windows color (decimal): -2773826 or 12496085. OLE color: 12496085.

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

Color convert

RGB 213 172 190 -
CMYK 0 0.19 0.11 0.16
HSL 333.66º 0.33% 0.75% -
HSV(B) 333.66º 0.19% 0.84% -
XYZ 51.49 47.37 55.14 -
YUV 186.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 213 172 190 0 0.19 0.11 0.16 333.66 0.33 0.75
Hex D5 AC BE 0 13 B 10 14E 21 4B
Octal 325 254 276 0 23 13 20 516 41 113
Binary 11010101 10101100 10111110 0 10011 1011 10000 101001110 100001 1001011

Color Harmonies of #D5ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACBE

Black with #D5ACBE

Text Example


Text Example

White with #D5ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACBE; }

 p { color: rgb(213,172,190); }

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

background-color css

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

 a { background-color: rgb(213,172,190); }

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

border-color css

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

 span { border-color: rgb(213,172,190); }

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