Html Css Color HEX #D8A9BA Melanie

📋 copy color: '#D8A9BA'

red 216 ◦ green 169 ◦ blue 186

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

Shades of Melanie #D8A9BA

Tints of Melanie #D8A9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.57%

R = 37.83%
G = 29.6%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D8A9BA (or 0xD8A9BA) is known color: Melanie. HEX triplet: D8, A9 and BA. RGB value is (216,169,186). Sum of RGB (Red+Green+Blue) = 216+169+186=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A9BA is #275645. Grayscale: #B8B8B8. Windows color (decimal): -2577990 or 12233176. OLE color: 12233176.

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

Color convert

RGB 216 169 186 -
CMYK 0 0.22 0.14 0.15
HSL 338.3º 0.38% 0.75% -
HSV(B) 338.3º 0.22% 0.85% -
XYZ 51.37 46.52 52.73 -
YUV 184.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 216 169 186 0 0.22 0.14 0.15 338.3 0.38 0.75
Hex D8 A9 BA 0 16 E F 152 26 4B
Octal 330 251 272 0 26 16 17 522 46 113
Binary 11011000 10101001 10111010 0 10110 1110 1111 101010010 100110 1001011

Color Harmonies of #D8A9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A9BA

Black with #D8A9BA

Text Example


Text Example

White with #D8A9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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