Html Css Color HEX #D7AFBD Melanie

📋 copy color: '#D7AFBD'

red 215 ◦ green 175 ◦ blue 189

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

Shades of Melanie #D7AFBD

Tints of Melanie #D7AFBD

RGB

 RED value IS 215 (84.38% from 255) = 37.13%

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

 BLUE value IS 189 (74.22% from 255) = 32.64%

R = 37.13%
G = 30.22%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D7AFBD (or 0xD7AFBD) is known color: Melanie. HEX triplet: D7, AF and BD. RGB value is (215,175,189). Sum of RGB (Red+Green+Blue) = 215+175+189=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFBD is #285042. Grayscale: #BCBCBC. Windows color (decimal): -2641987 or 12431319. OLE color: 12431319.

HSL color Cylindrical-coordinate representation of color #D7AFBD: hue angle of 339º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7AFBD is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 175 189 -
CMYK 0 0.19 0.12 0.16
HSL 339º 0.33% 0.76% -
HSV(B) 339º 0.19% 0.84% -
XYZ 52.54 48.78 54.79 -
YUV 188.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 215 175 189 0 0.19 0.12 0.16 339 0.33 0.76
Hex D7 AF BD 0 13 C 10 153 21 4C
Octal 327 257 275 0 23 14 20 523 41 114
Binary 11010111 10101111 10111101 0 10011 1100 10000 101010011 100001 1001100

Color Harmonies of #D7AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AFBD

Black with #D7AFBD

Text Example


Text Example

White with #D7AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AFBD; }

 p { color: rgb(215,175,189); }

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

background-color css

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

 a { background-color: rgb(215,175,189); }

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

border-color css

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

 span { border-color: rgb(215,175,189); }

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