Html Css Color HEX #D8ACBF Melanie

📋 copy color: '#D8ACBF'

red 216 ◦ green 172 ◦ blue 191

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

Shades of Melanie #D8ACBF

Tints of Melanie #D8ACBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.99%

R = 37.31%
G = 29.71%
B = 32.99%

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

#D8ACBF (or 0xD8ACBF) is known color: Melanie. HEX triplet: D8, AC and BF. RGB value is (216,172,191). Sum of RGB (Red+Green+Blue) = 216+172+191=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACBF is #275340. Grayscale: #BBBBBB. Windows color (decimal): -2577217 or 12561624. OLE color: 12561624.

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

Color convert

RGB 216 172 191 -
CMYK 0 0.20 0.12 0.15
HSL 334.09º 0.36% 0.76% -
HSV(B) 334.09º 0.2% 0.85% -
XYZ 52.48 47.87 55.76 -
YUV 187.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 216 172 191 0 0.20 0.12 0.15 334.09 0.36 0.76
Hex D8 AC BF 0 14 C F 14E 24 4C
Octal 330 254 277 0 24 14 17 516 44 114
Binary 11011000 10101100 10111111 0 10100 1100 1111 101001110 100100 1001100

Color Harmonies of #D8ACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACBF

Black with #D8ACBF

Text Example


Text Example

White with #D8ACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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