Html Css Color HEX #D3AFBD Melanie

📋 copy color: '#D3AFBD'

red 211 ◦ green 175 ◦ blue 189

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

Shades of Melanie #D3AFBD

Tints of Melanie #D3AFBD

RGB

 RED value IS 211 (82.81% from 255) = 36.7%

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

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

R = 36.7%
G = 30.43%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D3AFBD (or 0xD3AFBD) is known color: Melanie. HEX triplet: D3, AF and BD. RGB value is (211,175,189). Sum of RGB (Red+Green+Blue) = 211+175+189=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFBD is #2C5042. Grayscale: #BBBBBB. Windows color (decimal): -2904131 or 12431315. OLE color: 12431315.

HSL color Cylindrical-coordinate representation of color #D3AFBD: hue angle of 336.67º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3AFBD is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 175 189 -
CMYK 0 0.17 0.10 0.17
HSL 336.67º 0.29% 0.76% -
HSV(B) 336.67º 0.17% 0.83% -
XYZ 51.38 48.18 54.74 -
YUV 187.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 211 175 189 0 0.17 0.10 0.17 336.67 0.29 0.76
Hex D3 AF BD 0 11 A 11 151 1D 4C
Octal 323 257 275 0 21 12 21 521 35 114
Binary 11010011 10101111 10111101 0 10001 1010 10001 101010001 11101 1001100

Color Harmonies of #D3AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFBD

Black with #D3AFBD

Text Example


Text Example

White with #D3AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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