Html Css Color HEX #D5AFBF Melanie

📋 copy color: '#D5AFBF'

red 213 ◦ green 175 ◦ blue 191

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

Shades of Melanie #D5AFBF

Tints of Melanie #D5AFBF

RGB

 RED value IS 213 (83.59% from 255) = 36.79%

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

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

R = 36.79%
G = 30.22%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5AFBF (or 0xD5AFBF) is known color: Melanie. HEX triplet: D5, AF and BF. RGB value is (213,175,191). Sum of RGB (Red+Green+Blue) = 213+175+191=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFBF is #2A5040. Grayscale: #BCBCBC. Windows color (decimal): -2773057 or 12562389. OLE color: 12562389.

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

Color convert

RGB 213 175 191 -
CMYK 0 0.18 0.10 0.16
HSL 334.74º 0.31% 0.76% -
HSV(B) 334.74º 0.18% 0.84% -
XYZ 52.17 48.57 55.91 -
YUV 188.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 213 175 191 0 0.18 0.10 0.16 334.74 0.31 0.76
Hex D5 AF BF 0 12 A 10 14F 1F 4C
Octal 325 257 277 0 22 12 20 517 37 114
Binary 11010101 10101111 10111111 0 10010 1010 10000 101001111 11111 1001100

Color Harmonies of #D5AFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFBF

Black with #D5AFBF

Text Example


Text Example

White with #D5AFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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