Html Css Color HEX #D8ACBB Melanie

📋 copy color: '#D8ACBB'

red 216 ◦ green 172 ◦ blue 187

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

Shades of Melanie #D8ACBB

Tints of Melanie #D8ACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.52%

R = 37.57%
G = 29.91%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D8ACBB (or 0xD8ACBB) is known color: Melanie. HEX triplet: D8, AC and BB. RGB value is (216,172,187). Sum of RGB (Red+Green+Blue) = 216+172+187=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACBB is #275344. Grayscale: #BABABA. Windows color (decimal): -2577221 or 12299480. OLE color: 12299480.

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

Color convert

RGB 216 172 187 -
CMYK 0 0.20 0.13 0.15
HSL 339.55º 0.36% 0.76% -
HSV(B) 339.55º 0.2% 0.85% -
XYZ 52.04 47.69 53.48 -
YUV 186.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 216 172 187 0 0.20 0.13 0.15 339.55 0.36 0.76
Hex D8 AC BB 0 14 D F 154 24 4C
Octal 330 254 273 0 24 15 17 524 44 114
Binary 11011000 10101100 10111011 0 10100 1101 1111 101010100 100100 1001100

Color Harmonies of #D8ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACBB

Black with #D8ACBB

Text Example


Text Example

White with #D8ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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