Html Css Color HEX #D8A9BE Melanie

📋 copy color: '#D8A9BE'

red 216 ◦ green 169 ◦ blue 190

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

Shades of Melanie #D8A9BE

Tints of Melanie #D8A9BE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.39%

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

R = 37.57%
G = 29.39%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8A9BE (or 0xD8A9BE) is known color: Melanie. HEX triplet: D8, A9 and BE. RGB value is (216,169,190). Sum of RGB (Red+Green+Blue) = 216+169+190=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A9BE is #275641. Grayscale: #B9B9B9. Windows color (decimal): -2577986 or 12495320. OLE color: 12495320.

HSL color Cylindrical-coordinate representation of color #D8A9BE: hue angle of 333.19º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8A9BE is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 169 190 -
CMYK 0 0.22 0.12 0.15
HSL 333.19º 0.38% 0.75% -
HSV(B) 333.19º 0.22% 0.85% -
XYZ 51.8 46.69 55 -
YUV 185.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 216 169 190 0 0.22 0.12 0.15 333.19 0.38 0.75
Hex D8 A9 BE 0 16 C F 14D 26 4B
Octal 330 251 276 0 26 14 17 515 46 113
Binary 11011000 10101001 10111110 0 10110 1100 1111 101001101 100110 1001011

Color Harmonies of #D8A9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A9BE

Black with #D8A9BE

Text Example


Text Example

White with #D8A9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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