Html Css Color HEX #D8AFBF Melanie

📋 copy color: '#D8AFBF'

red 216 ◦ green 175 ◦ blue 191

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

Shades of Melanie #D8AFBF

Tints of Melanie #D8AFBF

RGB

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

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

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

R = 37.11%
G = 30.07%
B = 32.82%

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

#D8AFBF (or 0xD8AFBF) is known color: Melanie. HEX triplet: D8, AF and BF. RGB value is (216,175,191). Sum of RGB (Red+Green+Blue) = 216+175+191=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFBF is #275040. Grayscale: #BDBDBD. Windows color (decimal): -2576449 or 12562392. OLE color: 12562392.

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

Color convert

RGB 216 175 191 -
CMYK 0 0.19 0.12 0.15
HSL 336.59º 0.34% 0.77% -
HSV(B) 336.59º 0.19% 0.85% -
XYZ 53.05 49.02 55.96 -
YUV 189.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 216 175 191 0 0.19 0.12 0.15 336.59 0.34 0.77
Hex D8 AF BF 0 13 C F 151 22 4D
Octal 330 257 277 0 23 14 17 521 42 115
Binary 11011000 10101111 10111111 0 10011 1100 1111 101010001 100010 1001101

Color Harmonies of #D8AFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFBF

Black with #D8AFBF

Text Example


Text Example

White with #D8AFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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