Html Css Color HEX #D8ACBE Melanie

📋 copy color: '#D8ACBE'

red 216 ◦ green 172 ◦ blue 190

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

Shades of Melanie #D8ACBE

Tints of Melanie #D8ACBE

RGB

 RED value IS 216 (84.77% from 255) = 37.37%

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

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

R = 37.37%
G = 29.76%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8ACBE (or 0xD8ACBE) is known color: Melanie. HEX triplet: D8, AC and BE. RGB value is (216,172,190). Sum of RGB (Red+Green+Blue) = 216+172+190=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACBE is #275341. Grayscale: #BBBBBB. Windows color (decimal): -2577218 or 12496088. OLE color: 12496088.

HSL color Cylindrical-coordinate representation of color #D8ACBE: hue angle of 335.45º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ACBE is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 190 -
CMYK 0 0.20 0.12 0.15
HSL 335.45º 0.36% 0.76% -
HSV(B) 335.45º 0.2% 0.85% -
XYZ 52.37 47.82 55.19 -
YUV 187.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 216 172 190 0 0.20 0.12 0.15 335.45 0.36 0.76
Hex D8 AC BE 0 14 C F 14F 24 4C
Octal 330 254 276 0 24 14 17 517 44 114
Binary 11011000 10101100 10111110 0 10100 1100 1111 101001111 100100 1001100

Color Harmonies of #D8ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACBE

Black with #D8ACBE

Text Example


Text Example

White with #D8ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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