Html Css Color HEX #D8AFBE Melanie

📋 copy color: '#D8AFBE'

red 216 ◦ green 175 ◦ blue 190

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

Shades of Melanie #D8AFBE

Tints of Melanie #D8AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.12%

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

R = 37.18%
G = 30.12%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8AFBE (or 0xD8AFBE) is known color: Melanie. HEX triplet: D8, AF and BE. RGB value is (216,175,190). Sum of RGB (Red+Green+Blue) = 216+175+190=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFBE is #275041. Grayscale: #BCBCBC. Windows color (decimal): -2576450 or 12496856. OLE color: 12496856.

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

Color convert

RGB 216 175 190 -
CMYK 0 0.19 0.12 0.15
HSL 338.05º 0.34% 0.77% -
HSV(B) 338.05º 0.19% 0.85% -
XYZ 52.94 48.98 55.38 -
YUV 188.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 216 175 190 0 0.19 0.12 0.15 338.05 0.34 0.77
Hex D8 AF BE 0 13 C F 152 22 4D
Octal 330 257 276 0 23 14 17 522 42 115
Binary 11011000 10101111 10111110 0 10011 1100 1111 101010010 100010 1001101

Color Harmonies of #D8AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFBE

Black with #D8AFBE

Text Example


Text Example

White with #D8AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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